From b0a933bc959114d48b77f1987afd6b7eba277126 Mon Sep 17 00:00:00 2001 From: AnnaOpareva <84513972+AnnaOpareva@users.noreply.github.com> Date: Tue, 6 Jul 2021 09:29:56 +0300 Subject: [PATCH] Bumping up the version from 1.188.0 to 1.190.0 (#253) * Bumping up the version from 1.188.0 to 1.189.0 * Bumping up the version from 1.189.0 to 1.190.0 Co-authored-by: Anna Opareva --- app-store-vsts-extension.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-store-vsts-extension.json b/app-store-vsts-extension.json index fcbddf6..35164c1 100644 --- a/app-store-vsts-extension.json +++ b/app-store-vsts-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "app-store", "name": "Apple App Store", - "version": "1.188.0", + "version": "1.190.0", "publisher": "ms-vsclient", "description": "Provides tasks for publishing to Apple's App Store from a TFS/Azure DevOps build or release pipeline", "categories": [ diff --git a/package-lock.json b/package-lock.json index a93936a..7ba44c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "app-store-vsts-extension", - "version": "1.188.0", + "version": "1.190.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a3205e..eed39c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-store-vsts-extension", - "version": "1.188.0", + "version": "1.190.0", "description": "A set of TFS/Azure Pipelines tasks for publishing apps to the Apple App Store.", "repository": { "type": "git",