diff --git a/couchrest.gemspec b/couchrest.gemspec index fd9b5ce..13188f6 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{couchrest} - s.version = "0.12.1" + s.version = "0.12.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson"] diff --git a/lib/couchrest.rb b/lib/couchrest.rb index 5011843..9fd50a1 100644 --- a/lib/couchrest.rb +++ b/lib/couchrest.rb @@ -26,7 +26,7 @@ require 'couchrest/monkeypatches' # = CouchDB, close to the metal module CouchRest - VERSION = '0.12.1' + VERSION = '0.12.2' autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'