bump version to 1.0.0

Signed-off-by: Marc Siegel <marc@usainnov.com>
This commit is contained in:
Marc Siegel 2012-10-29 16:24:18 -04:00
parent 720d977428
commit 6c81cc551b
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Or, read the code hosted on *github.com*: [Docile Code](https://github.com/ms-at
## Status
A 1.0 release is coming soon! Just as soon as everything is working on ruby 1.8.7 (and jruby + rubinius in 1.8 mode)...
Version 1.0 works on [all ruby versions](https://github.com/ms-ati/docile/blob/master/.travis.yml).
## Note on Patches/Pull Requests

View File

@ -1,3 +1,3 @@
module Docile
VERSION = "0.9.2"
VERSION = "1.0.0"
end