From bb9ab77c1df41815738fb2c637f05fe5e1575dee Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sun, 8 Mar 2015 22:53:08 +0200 Subject: [PATCH] Bump 0.7.0 --- Changes.md | 5 +++++ Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 4dab6bc..8be197d 100644 --- a/Changes.md +++ b/Changes.md @@ -17,3 +17,8 @@ ----------- - Persist job state to your database. + +0.7.0 +----------- + +- Added simple Web UI diff --git a/Gemfile.lock b/Gemfile.lock index e3e1c59..b981a8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.6.1) + crono (0.7.0) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 458a9ce..9fc9803 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.6.1' + VERSION = '0.7.0' end