bump version to 1.2.0.rc2
did
committed Sep 15, 2016
commit 9154d58745308e981fbf6cb96a01d72151c717dd
Showing 2
changed files with
4 additions
and 4 deletions
Gemfile.lock
+3
-3
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.2.0.rc1) |
| + | locomotivecms_steam (1.2.0.rc2) |
| RedCloth (~> 4.3.2) | |
| autoprefixer-rails (~> 6.3.3.1) | |
| chronic (~> 0.10.2) | |
| @@ | @@ -30,7 +30,7 @@ GEM |
| remote: https://rubygems.org/ | |
| specs: | |
| RedCloth (4.3.2) | |
| - | activesupport (4.2.7) |
| + | activesupport (4.2.7.1) |
| i18n (~> 0.7) | |
| json (~> 1.7, >= 1.7.7) | |
| minitest (~> 5.1) | |
| @@ | @@ -43,7 +43,7 @@ GEM |
| bson (4.1.1) | |
| byebug (8.2.5) | |
| chronic (0.10.2) | |
| - | chunky_png (1.3.6) |
| + | chunky_png (1.3.7) |
| codeclimate-test-reporter (0.4.8) | |
| simplecov (>= 0.7.1, < 1.0.0) | |
| coderay (1.1.1) | |
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.2.0.rc1' |
| + | VERSION = '1.2.0.rc2' |
| end | |
| end | |