diff --git a/Changes.md b/Changes.md index 5961ac0..b771a4a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -X.X.X +2.0.0 ----------- - Converted this gem to a proper Rails engine - Gets rid of `sinatra` and `haml` dependencies for the Web UI diff --git a/lib/crono/version.rb b/lib/crono/version.rb index e787543..01b914a 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '1.1.2' + VERSION = '2.0.0' end