You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by cs...@apache.org on 2016/03/10 04:39:41 UTC

[2/2] cordova-plugin-splashscreen git commit: CB-10820 Incremented plugin version.

CB-10820 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/2012ba9a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/2012ba9a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/2012ba9a

Branch: refs/heads/master
Commit: 2012ba9ab63429f7c40b540fe08a73014d61757c
Parents: e877722
Author: Carlos Santana <cs...@gmail.com>
Authored: Wed Mar 9 22:34:18 2016 -0500
Committer: Carlos Santana <cs...@gmail.com>
Committed: Wed Mar 9 22:34:18 2016 -0500

----------------------------------------------------------------------
 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/2012ba9a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 09d4e80..945f45a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-splashscreen",
-  "version": "3.2.1",
+  "version": "3.2.2-dev",
   "description": "Cordova Splashscreen Plugin",
   "cordova": {
     "id": "cordova-plugin-splashscreen",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/2012ba9a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index be71e0d..574289c 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.1">
+      version="3.2.2-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/2012ba9a/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 62db44d..162620e 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.1">
+    version="3.2.2-dev">
     <name>Cordova Splashscreen Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org