From b7267ee382e28886cf7bbb8e702f832b0d4e8375 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 3 Feb 2023 01:07:03 +0800 Subject: [PATCH] v0.32.0 --- Gemfile.lock | 2 +- lib/app_store_connect/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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