diff --git a/Gemfile.lock b/Gemfile.lock index b64bd0f..b207d07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - alpaca (1.2.1) + alpaca (1.2.2) rack GEM diff --git a/lib/rack/alpaca/version.rb b/lib/rack/alpaca/version.rb index 31b4c3a..16f52dd 100644 --- a/lib/rack/alpaca/version.rb +++ b/lib/rack/alpaca/version.rb @@ -1,5 +1,5 @@ module Rack module Alpaca - VERSION = '1.2.1' + VERSION = '1.2.2' end end