You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/12/01 02:58:50 UTC

cordova-plugin-splashscreen git commit: CB-10035 Incremented plugin version.

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master e2239306d -> 78d8ef94e


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

Branch: refs/heads/master
Commit: 78d8ef94ebbba75bc548ecaaa86991b2d7b7c0ec
Parents: e223930
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 30 17:57:07 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 30 17:57:07 2015 -0800

----------------------------------------------------------------------
 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/78d8ef94/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1c0a840..cea6657 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-splashscreen",
-  "version": "3.0.0",
+  "version": "3.0.1-dev",
   "description": "Cordova Splashscreen Plugin",
   "cordova": {
     "id": "cordova-plugin-splashscreen",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/78d8ef94/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6477ad6..112fcb9 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.0.0">
+      version="3.0.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/78d8ef94/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 36652d9..4b979c6 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.0.0">
+    version="3.0.1-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