From 0c2f52d9bc89dcef1e6b052234715abffb77dd8b Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 30 Nov 2016 01:06:29 +0200 Subject: [PATCH] Bump 1.1.1 --- Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa14cbd..b1ec321 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (1.1.0) + crono (1.1.1) activerecord (>= 4.0) activesupport (>= 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index e77fd88..9668caf 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '1.1.0' + VERSION = '1.1.1' end