Bump 0.7.0

This commit is contained in:
Dzmitry Plashchynski
2015-03-08 22:53:08 +02:00
parent 1b5479044f
commit bb9ab77c1d
3 changed files with 7 additions and 2 deletions

View File

@@ -17,3 +17,8 @@
----------- -----------
- Persist job state to your database. - Persist job state to your database.
0.7.0
-----------
- Added simple Web UI

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (0.6.1) crono (0.7.0)
activejob (~> 4.0) activejob (~> 4.0)
activerecord (~> 4.0) activerecord (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)

View File

@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = '0.6.1' VERSION = '0.7.0'
end end