bump version to 1.0.0-beta.2
did
committed Aug 11, 2015
commit bee06c899ab6689c2c9e6e13735e68de46a63704
Showing 2
changed files with
3 additions
and 3 deletions
Gemfile.lock
+2
-2
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.0.0.pre.beta.1) |
| + | locomotivecms_steam (1.0.0.pre.beta.2) |
| RedCloth (~> 4.2.9) | |
| chronic (~> 0.10.2) | |
| coffee-script (~> 2.4.1) | |
| @@ | @@ -82,7 +82,7 @@ GEM |
| eventmachine (1.0.7) | |
| execjs (2.5.2) | |
| ffi (1.9.10) | |
| - | haml (4.0.6) |
| + | haml (4.0.7) |
| tilt | |
| hike (1.2.3) | |
| http-cookie (1.0.2) | |
locomotive/steam/version.rb b/lib/locomotive/steam/version.rb
+1
-1
| @@ | @@ -3,6 +3,6 @@ |
| # 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0 | |
| module Locomotive | |
| module Steam | |
| - | VERSION = '1.0.0-beta.1' |
| + | VERSION = '1.0.0-beta.2' |
| end | |
| end | |