diff --git a/VERSION b/VERSION index ee1372d..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/bdb.gemspec b/bdb.gemspec index 0a1a34e..fccd330 100644 --- a/bdb.gemspec +++ b/bdb.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{bdb} - s.version = "0.2.2" + s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin Balthrop", "Denis Knauf"] - s.date = %q{2010-01-29} + s.date = %q{2010-02-23} s.description = %q{Advanced Ruby Berkeley DB library.} s.email = %q{code@justinbalthrop.com Denis.Knauf@gmail.com} s.extensions = ["ext/extconf.rb"]