diff --git a/Gemfile.lock b/Gemfile.lock index 968a955..b762d49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - entitlements-github-plugin (0.5.3) + entitlements-github-plugin (0.5.4) contracts (~> 0.17.0) faraday (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/version.rb b/lib/version.rb index d5a5ac7..0873430 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Entitlements module Version - VERSION = "0.5.3" + VERSION = "0.5.4" end end