From d2fa11bd820acfd3664e0b51c0db8f39155e2a16 Mon Sep 17 00:00:00 2001 From: LEECHUNGYOON <36251628+LEECHUNGYOON@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:42:08 +0900 Subject: [PATCH] Revert "chore: incremented plugin version 6.0.1-dev" This reverts commit f27c663daae07fd53fabee5a5842fc9937d6d8ab. --- package-lock.json | 4 ++-- package.json | 4 ++-- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index aafc1e439..579ca7671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-inappbrowser", - "version": "6.0.1-dev", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-inappbrowser", - "version": "6.0.1-dev", + "version": "6.0.0", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^5.0.0" diff --git a/package.json b/package.json index 5673d9b4b..86aa753ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "6.0.1-dev", + "version": "6.0.0", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { @@ -42,7 +42,7 @@ "cordova-ios": ">=6.0.0", "cordova": ">=9.0.0" }, - "6.0.1-dev": { + "6.0.0": { "cordova-android": ">=10.0.0", "cordova-ios": ">=6.0.0", "cordova": ">=9.0.0" diff --git a/plugin.xml b/plugin.xml index 65ce77f34..3fe22c2f4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="6.0.0"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/package.json b/tests/package.json index 3b8b2bdf8..45992e156 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser-tests", - "version": "6.0.1-dev", + "version": "6.0.0", "description": "", "cordova": { "id": "cordova-plugin-inappbrowser-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 99852be12..94f5a51c4 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="6.0.0"> Cordova InAppBrowser Plugin Tests Apache 2.0