diff options
-rw-r--r-- | Changelog | 3 | ||||
-rw-r--r-- | lib/version.rb | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ +2012-05-18 Jérémy Zurcher <jeremy@asynk.ch> + * first release : v0.0.2 + 2012-05-01 Jérémy Zurcher <jeremy@asynk.ch> * Project creation diff --git a/lib/version.rb b/lib/version.rb index 4504564..7dd8ecf 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -21,7 +21,7 @@ # module Iotas # - VERSION = "0.0.1" + VERSION = "0.0.2" # end # |