bump version to 1.0.1

did committed Feb 16, 2016
commit 55517b81b591666f8615b269253d50026c0439bd
Showing 2 changed files with 4 additions and 4 deletions
Gemfile.lock +3 -3
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.0.0)
+ locomotivecms_steam (1.0.1)
RedCloth (~> 4.2.9)
autoprefixer-rails (~> 6.2.3)
chronic (~> 0.10.2)
@@ @@ -140,7 +140,7 @@ GEM
pry (~> 0.10)
puma (2.15.3)
rack (1.6.4)
- rack-cache (1.5.1)
+ rack-cache (1.6.1)
rack (>= 0.4)
rack-mini-profiler (0.9.8)
rack (>= 1.1.3)
@@ @@ -153,7 +153,7 @@ GEM
rake-compiler (0.9.5)
rake
rb-fsevent (0.9.7)
- rb-inotify (0.9.5)
+ rb-inotify (0.9.7)
ffi (>= 0.5.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
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'
+ VERSION = '1.0.1'
end
end