Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/3.2.x 5af0016c6 -> 14061d199
CB-10557 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/4bc55284 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/4bc55284 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/4bc55284 Branch: refs/heads/3.2.x Commit: 4bc552848f2b2e8a7d0279bdce001ef54e2c56dd Parents: 5af0016 Author: Vladimir Kotikov <[email protected]> Authored: Tue Feb 9 12:44:03 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Tue Feb 9 13:13:37 2016 +0300 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4bc55284/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 7b73292..9da71ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "3.2.0", + "version": "3.2.1-dev", "description": "Cordova Splashscreen Plugin", "cordova": { "id": "cordova-plugin-splashscreen", http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4bc55284/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 703de39..c00aa7e 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="3.2.0"> + version="3.2.1-dev"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4bc55284/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 56deb4f..437e12d 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="3.2.0"> + version="3.2.1-dev"> <name>Cordova Splashscreen Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
