Bump version to 1.0.0

This commit is contained in:
Dzmitry Plashchynski
2016-03-30 16:41:31 +03:00
parent 95d8e13563
commit fa69ed0fd9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (1.0.0.pre3) crono (1.0.0)
activerecord (~> 4.0) activerecord (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)

View File

@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = '1.0.0.pre3' VERSION = '1.0.0'
end end