diff --git a/README.md b/README.md index e8a92be..e0554a8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/docile/version.rb b/lib/docile/version.rb index 76b1b17..3b7c34f 100644 --- a/lib/docile/version.rb +++ b/lib/docile/version.rb @@ -1,3 +1,3 @@ module Docile - VERSION = "0.9.2" + VERSION = "1.0.0" end