From f41610c2f7850b82325f0b35decbbcd6008a99cc Mon Sep 17 00:00:00 2001 From: Erisu Date: Mon, 20 Jul 2020 14:04:11 +0900 Subject: [PATCH] Increment package version to 6.0.1-dev --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 064f1ef..c3e78c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "6.0.0", + "version": "6.0.1-dev", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01c7136..29847be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "6.0.0", + "version": "6.0.1-dev", "description": "Cordova Splashscreen Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 9483fe3..ea5175d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="6.0.1-dev"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 374485d..1dd0686 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen-tests", - "version": "6.0.0", + "version": "6.0.1-dev", "description": "", "cordova": { "id": "cordova-plugin-splashscreen-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index bc60b25..7388fc8 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="6.0.1-dev"> Cordova Splashscreen Plugin Tests Apache 2.0