From fa69ed0fd9e81c082f1dd208737e25133c7c005d Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 30 Mar 2016 16:41:31 +0300 Subject: [PATCH] Bump version to 1.0.0 --- Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9cab5f3..8292d9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (1.0.0.pre3) + crono (1.0.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index ff9fef5..c300e02 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '1.0.0.pre3' + VERSION = '1.0.0' end