bump version to 1.0.0-alpha.3

did committed Jun 29, 2015
commit d2babf780a4a1c52a76071da6a92e276cb4dfea2
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.alpha.2)
+ locomotivecms_steam (1.0.0.pre.alpha.3)
RedCloth (~> 4.2.9)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
@@ @@ -28,7 +28,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
- activesupport (4.2.1)
+ activesupport (4.2.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.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.0.0-alpha.2'
+ VERSION = '1.0.0-alpha.3'
end
end