bump version to 1.1.0

did committed Apr 21, 2016
commit 1fc22d06b63594be2a1f72e058762478d608f38b
Showing 2 changed files with 3 additions and 3 deletions
Gemfile.lock +2 -2
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.1.0.rc3)
+ locomotivecms_steam (1.1.0)
RedCloth (~> 4.2.9)
autoprefixer-rails (~> 6.3.3.1)
chronic (~> 0.10.2)
@@ @@ -175,7 +175,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
- sass (3.4.21)
+ sass (3.4.22)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
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.1.0.rc3'
+ VERSION = '1.1.0'
end
end