From cc5cf62cc46430fd36be2cd3a43a676a76c68ff1 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Tue, 13 Jan 2009 13:23:01 -0800 Subject: [PATCH] rev the version so we can get a gem build --- couchrest.gemspec | 2 +- lib/couchrest.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'