From 186fe43fc0d2d72d0a9a070d3273162c0c431256 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sat, 7 Mar 2015 01:39:32 +0200 Subject: [PATCH] Bump version 0.6.1 --- Changes.md | 2 +- Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index 663728b..4dab6bc 100644 --- a/Changes.md +++ b/Changes.md @@ -13,7 +13,7 @@ - Fix: Scheduled time now related to the last performing time. -0.6.0 +0.6.1 ----------- - Persist job state to your database. diff --git a/Gemfile.lock b/Gemfile.lock index 69a64fa..f4c0141 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.6.0) + crono (0.6.1) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 216599d..458a9ce 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = "0.6.0" + VERSION = '0.6.1' end