chore: 5.1.0-dev (#1021)

This commit is contained in:
Norman Breau 2023-09-15 00:34:39 -03:00 committed by GitHub
parent b18b9794a8
commit d533f2a953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-inappbrowser",
"version": "5.0.1-dev",
"version": "5.1.0-dev",
"description": "Cordova InAppBrowser Plugin",
"types": "./types/index.d.ts",
"cordova": {

View File

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

View File

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

View File

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