From 072328a590697089961e178fcb460e70828f6b47 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Tue, 7 Nov 2023 16:21:14 +0900 Subject: [PATCH 1/2] Bump to 1.7.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index d1b273d..a72659b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class AndroidApk - VERSION = "1.6.0" + VERSION = "1.7.0" end From af49a27a90c6b9c7099fc8aee39b80f861a814f3 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Tue, 7 Nov 2023 16:24:16 +0900 Subject: [PATCH 2/2] chore: Update Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93e2e55..e7307df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - android_apk (1.6.0) + android_apk (1.7.0) rubyzip (~> 2.3.0) GEM