From 8c998794b48a51a7e712b0a582fb579c178be6bd Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Fri, 24 Jun 2016 13:36:20 +0300 Subject: [PATCH] Bump 1.0.1 --- Gemfile.lock | 4 ++-- lib/crono/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d000f3..9794907 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (1.0.0) + crono (1.0.1) activerecord (>= 4.0) activesupport (>= 4.0) @@ -30,7 +30,7 @@ GEM tilt i18n (0.7.0) json (1.8.3) - minitest (5.8.4) + minitest (5.9.0) rack (1.6.4) rack-protection (1.5.3) rack diff --git a/lib/crono/version.rb b/lib/crono/version.rb index c300e02..6b876d5 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '1.0.0' + VERSION = '1.0.1' end