Bump version 0.6.1

This commit is contained in:
Dzmitry Plashchynski
2015-03-07 01:39:32 +02:00
parent 0351079961
commit 186fe43fc0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
- Fix: Scheduled time now related to the last performing time. - Fix: Scheduled time now related to the last performing time.
0.6.0 0.6.1
----------- -----------
- Persist job state to your database. - Persist job state to your database.
+1 -1
View File
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (0.6.0) crono (0.6.1)
activejob (~> 4.0) activejob (~> 4.0)
activerecord (~> 4.0) activerecord (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
+1 -1
View File
@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = "0.6.0" VERSION = '0.6.1'
end end