Compare commits

...

4 Commits
5.0.4 ... 5.0.x

Author SHA1 Message Date
Niklas Merz
85955de4cb Merge branch 'master' into 5.0.x 2020-06-03 20:02:49 +02:00
Niklas Merz
c1ab711039 Incremented plugin version to -dev (5.0.5-dev) 2020-06-03 20:01:06 +02:00
Jan Piotrowski
139c3c08dc Merge branch 'master' into 5.0.x
# Conflicts:
#	RELEASENOTES.md
#	package.json
#	plugin.xml
#	tests/plugin.xml
2019-05-09 22:42:39 +02:00
Suraj Pindoria
67b1348363 CB-13826 Updated version and RELEASENOTES.md for release 5.0.2 2018-01-25 11:41:19 -08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen",
"version": "5.0.4",
"version": "5.0.5-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="5.0.4">
version="5.0.5-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": "5.0.4",
"version": "5.0.5-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="5.0.4">
version="5.0.5-dev">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>