From 27f949de109a42103303acf99db3a698b1e1a4fe Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 4 Mar 2015 18:50:53 +0200 Subject: [PATCH] Bump to 0.5.2 --- Changes.md | 5 +++++ lib/crono/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 1b28f7c..39769a1 100644 --- a/Changes.md +++ b/Changes.md @@ -7,3 +7,8 @@ ——————————— - Added -e/--environment ENV option to set the daemon rails environment. + +0.5.2 +——————————— + +- Fix: Scheduled time now related to the last performing time. \ No newline at end of file diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 59843f9..9c2263a 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = "0.5.1" + VERSION = "0.5.2" end