diff --git a/Gemfile.lock b/Gemfile.lock index e9f314b..7cfa4ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fetch-api (0.3.1) + fetch-api (0.3.2) marcel net-http rack diff --git a/lib/fetch/version.rb b/lib/fetch/version.rb index 94848f4..82660f6 100644 --- a/lib/fetch/version.rb +++ b/lib/fetch/version.rb @@ -1,3 +1,3 @@ module Fetch - VERSION = '0.3.1' + VERSION = '0.3.2' end