From a7488df85b93bba8daa6badb1ff12ffe044f47a7 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Fri, 2 Dec 2016 03:42:32 +0200 Subject: [PATCH] Bump v1.1.2 --- Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b1ec321..ed889d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (1.1.1) + crono (1.1.2) activerecord (>= 4.0) activesupport (>= 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 9668caf..e787543 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '1.1.1' + VERSION = '1.1.2' end