diff --git a/Gemfile.lock b/Gemfile.lock index 75e6389..7b4613c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fetch-api (0.3.2) + fetch-api (0.3.3) marcel net-http rack diff --git a/lib/fetch/version.rb b/lib/fetch/version.rb index 82660f6..0af6b71 100644 --- a/lib/fetch/version.rb +++ b/lib/fetch/version.rb @@ -1,3 +1,3 @@ module Fetch - VERSION = '0.3.2' + VERSION = '0.3.3' end