This is an automated email from the ASF dual-hosted git repository. surajpindoria pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git
commit d96c08e00badb5beca400abce4885bded56a03f7 Author: Suraj Pindoria <[email protected]> AuthorDate: Thu Jan 25 11:47:20 2018 -0800 CB-13826 Incremented plugin version. --- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e43335e..c36d233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "5.0.2", + "version": "5.0.3-dev", "description": "Cordova Splashscreen Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index bf3c8a4..fea1a57 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen" - version="5.0.2"> + version="5.0.3-dev"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> diff --git a/tests/plugin.xml b/tests/plugin.xml index 60d7084..deee541 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen-tests" - version="5.0.2"> + version="5.0.3-dev"> <name>Cordova Splashscreen Plugin Tests</name> <license>Apache 2.0</license> -- To stop receiving notification emails like this one, please contact [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
