diff --git a/THANKS b/THANKS index f571cc0..bfd4fb2 100644 --- a/THANKS +++ b/THANKS @@ -6,6 +6,7 @@ and a number of other contributors. Many people further contributed to CouchRest by reporting problems, suggesting various improvements or submitting changes. A list of these people is included below. + * Greg Borenstein * Geoffrey Grosenbach * Simon Rozet diff --git a/couchrest.gemspec b/couchrest.gemspec index 9f16fb9..1494879 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "couchrest" - s.version = "0.9.3" - s.date = "2008-09-10" + s.version = "0.9.4" + s.date = "2008-09-11" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@grabb.it" s.homepage = "http://github.com/jchris/couchrest"