From 7c8e78185cb528b1defa158def61b1aae33f7e84 Mon Sep 17 00:00:00 2001 From: Jason Macgowan <1389531+jasonmacgowan@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:23:49 -0500 Subject: [PATCH 1/2] Bump version --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index de4ecae..2d8fb73 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Entitlements module Version - VERSION = "1.0.0" + VERSION = "1.1.0" end end From 27feb8d1173a5067b5f1b5dc306f3efc8e9706d4 Mon Sep 17 00:00:00 2001 From: Jason Macgowan <1389531+jasonmacgowan@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:30:29 -0500 Subject: [PATCH 2/2] bundle lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3691c36..d29fc10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - entitlements-github-plugin (1.0.0) + entitlements-github-plugin (1.1.0) contracts (~> 0.17.0) faraday (~> 2.0) faraday-retry (~> 2.0)