diff --git a/Gemfile.lock b/Gemfile.lock index b20553e..bbfe359 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fetch-api (0.5.0) + fetch-api (0.5.1) json mini_mime net-http diff --git a/lib/fetch/version.rb b/lib/fetch/version.rb index dd604d3..dc425a9 100644 --- a/lib/fetch/version.rb +++ b/lib/fetch/version.rb @@ -1,3 +1,3 @@ module Fetch - VERSION = '0.5.0' + VERSION = '0.5.1' end