From 80d8713cb2cf01e0a4baf18f87ee9b2f859f2eb9 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sun, 29 May 2022 22:25:03 +0300 Subject: [PATCH] Bump 2.0.0 --- Changes.md | 2 +- lib/crono/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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