diff --git a/Gemfile.lock b/Gemfile.lock index a78ae78..850cfd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shale-builder (0.1.0) + shale-builder (0.1.1) shale (< 1.0) GEM diff --git a/lib/shale/builder/version.rb b/lib/shale/builder/version.rb index d9135c3..45b436f 100644 --- a/lib/shale/builder/version.rb +++ b/lib/shale/builder/version.rb @@ -3,6 +3,6 @@ module Shale module Builder # @return [String] - VERSION = '0.1.0' + VERSION = '0.1.1' end end