Bump 1.0.1

This commit is contained in:
Dzmitry Plashchynski
2016-06-24 13:36:20 +03:00
parent de070d5bfa
commit 8c998794b4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
PATH
remote: .
specs:
crono (1.0.0)
crono (1.0.1)
activerecord (>= 4.0)
activesupport (>= 4.0)
@@ -30,7 +30,7 @@ GEM
tilt
i18n (0.7.0)
json (1.8.3)
minitest (5.8.4)
minitest (5.9.0)
rack (1.6.4)
rack-protection (1.5.3)
rack

View File

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