diff options
| -rw-r--r-- | Changelog | 4 | ||||
| -rw-r--r-- | lib/version.rb | 2 | 
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-05-24 Jérémy Zurcher <jeremy@asynk.ch> +	* release : 0.0.3 +	* change routing algo, use Spin@world hash when door is not found locally +  2012-05-18 Jérémy Zurcher <jeremy@asynk.ch>  	* first release : v0.0.2 diff --git a/lib/version.rb b/lib/version.rb index 7dd8ecf..08434d2 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -21,7 +21,7 @@  #  module Iotas      # -    VERSION = "0.0.2" +    VERSION = "0.0.3"      #  end  #  | 
