chore: incremented plugin version 6.0.1-dev

This commit is contained in:
Niklas Merz 2023-11-10 11:26:46 +01:00
parent 2b7288960f
commit f27c663daa
5 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "cordova-plugin-inappbrowser", "name": "cordova-plugin-inappbrowser",
"version": "6.0.0", "version": "6.0.1-dev",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cordova-plugin-inappbrowser", "name": "cordova-plugin-inappbrowser",
"version": "6.0.0", "version": "6.0.1-dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@cordova/eslint-config": "^5.0.0" "@cordova/eslint-config": "^5.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-inappbrowser", "name": "cordova-plugin-inappbrowser",
"version": "6.0.0", "version": "6.0.1-dev",
"description": "Cordova InAppBrowser Plugin", "description": "Cordova InAppBrowser Plugin",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"cordova": { "cordova": {
@ -42,7 +42,7 @@
"cordova-ios": ">=6.0.0", "cordova-ios": ">=6.0.0",
"cordova": ">=9.0.0" "cordova": ">=9.0.0"
}, },
"6.0.0": { "6.0.1-dev": {
"cordova-android": ">=10.0.0", "cordova-android": ">=10.0.0",
"cordova-ios": ">=6.0.0", "cordova-ios": ">=6.0.0",
"cordova": ">=9.0.0" "cordova": ">=9.0.0"

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser" id="cordova-plugin-inappbrowser"
version="6.0.0"> version="6.0.1-dev">
<name>InAppBrowser</name> <name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description> <description>Cordova InAppBrowser Plugin</description>

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-inappbrowser-tests", "name": "cordova-plugin-inappbrowser-tests",
"version": "6.0.0", "version": "6.0.1-dev",
"description": "", "description": "",
"cordova": { "cordova": {
"id": "cordova-plugin-inappbrowser-tests", "id": "cordova-plugin-inappbrowser-tests",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser-tests" id="cordova-plugin-inappbrowser-tests"
version="6.0.0"> version="6.0.1-dev">
<name>Cordova InAppBrowser Plugin Tests</name> <name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>