From 4f4383db771ab2cd57d4f4e1443759342467af1b Mon Sep 17 00:00:00 2001 From: Keita Urashima Date: Sun, 7 Jul 2024 06:43:52 +0900 Subject: [PATCH] 0.3.2 --- Gemfile.lock | 2 +- lib/fetch/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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