Increment package version to 6.0.1-dev

This commit is contained in:
Erisu 2020-07-20 14:04:11 +09:00
parent a9e73eb642
commit f41610c2f7
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen",
"version": "6.0.0",
"version": "6.0.1-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

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

View File

@ -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",

View File

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