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

View File

@@ -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.

View File

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

View File

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