Bump 2.0.0

This commit is contained in:
Dzmitry Plashchynski
2022-05-29 22:25:03 +03:00
parent f5b5169b1f
commit 80d8713cb2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
X.X.X 2.0.0
----------- -----------
- Converted this gem to a proper Rails engine - Converted this gem to a proper Rails engine
- Gets rid of `sinatra` and `haml` dependencies for the Web UI - Gets rid of `sinatra` and `haml` dependencies for the Web UI

View File

@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = '1.1.2' VERSION = '2.0.0'
end end