From 0251e9bb65d86159ac5d32229d8b80934eddf9ef Mon Sep 17 00:00:00 2001 From: uichi <37263474+uichi@users.noreply.github.com> Date: Sun, 4 Jun 2023 01:10:26 +0900 Subject: [PATCH] =?UTF-8?q?RubyGems=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=81=AE=E3=81=9F=E3=82=81=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/kendama/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40b9e6..ca23f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,7 @@ ## [0.1.0] - 2023-06-04 - 登録番号を使った公表情報取得のクライアントAPIを追加しました + +# [0.1.1] - 2023-06-05 + +- RubyGemsリリース用 diff --git a/Gemfile.lock b/Gemfile.lock index 99636fb..09791c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kendama (0.1.0) + kendama (0.1.1) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/lib/kendama/version.rb b/lib/kendama/version.rb index 89dd2ca..811d681 100644 --- a/lib/kendama/version.rb +++ b/lib/kendama/version.rb @@ -11,5 +11,5 @@ =end module Kendama - VERSION = '0.1.0' + VERSION = '0.1.1' end