diff --git a/Gemfile.lock b/Gemfile.lock index cd3aac5..730657c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_store_connect (0.30.0) + app_store_connect (0.31.0) activesupport (>= 6.0.0) jwt (>= 1.4) diff --git a/lib/app_store_connect/version.rb b/lib/app_store_connect/version.rb index 8c88c10..1386f23 100644 --- a/lib/app_store_connect/version.rb +++ b/lib/app_store_connect/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AppStoreConnect - VERSION = '0.31.0' + VERSION = '0.32.0' end