mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
bump version to 1.0.0
Signed-off-by: Marc Siegel <marc@usainnov.com>
This commit is contained in:
parent
720d977428
commit
6c81cc551b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Docile
|
||||
VERSION = "0.9.2"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue