From ef9a1a9dc498d242d251732fb6dce204690b5a7d Mon Sep 17 00:00:00 2001 From: Kyle Decot Date: Fri, 18 Oct 2019 10:27:54 -0400 Subject: [PATCH] Version 0.16.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 21ae30d..783cea8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - app_store_connect (0.15.0) + app_store_connect (0.16.0) activesupport jwt (>= 1.4, <= 2.2.1) mixpanel-ruby (<= 2.2.0) diff --git a/lib/app_store_connect/version.rb b/lib/app_store_connect/version.rb index d12f562..caf094f 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.15.0' + VERSION = '0.16.0' end