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 2016/09/09 23:09:19 UTC

[2/2] cordova-plugin-device-motion git commit: CB-11832 Incremented plugin version.

CB-11832 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/c1e96f64
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/c1e96f64
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/c1e96f64

Branch: refs/heads/master
Commit: c1e96f64ca7cc87204a47c77a4e6ec0e8184dc79
Parents: bf41b51
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -0700

----------------------------------------------------------------------
 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-device-motion/blob/c1e96f64/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7fbf01f..fa0c784 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.2.2",
+  "version": "1.2.3-dev",
   "description": "Cordova Device Motion Plugin",
   "cordova": {
     "id": "cordova-plugin-device-motion",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/c1e96f64/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1f3dfc3..f9abc0b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.2.2">
+      version="1.2.3-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/c1e96f64/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index cce2b45..2746418 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-device-motion-tests"
-    version="1.2.2">
+    version="1.2.3-dev">
     <name>Cordova Device Motion 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