Bumped up patch version

This commit is contained in:
Jim Menard 2009-01-13 09:14:21 -05:00
parent f5c06d2b62
commit a62d04206a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
GEM = "mongo"
GEM_VERSION = '0.0.3'
GEM_VERSION = '0.0.4'
SUMMARY = 'Simple pure-Ruby driver for the 10gen Mongo DB'
DESCRIPTION = 'This is a simple pure-Ruby driver for the 10gen Mongo DB. For more information about Mongo, see http://www.mongodb.org.'
AUTHOR = 'Jim Menard'