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:57:50 UTC

cordova-plugin-device-motion git commit: CB-10035 Incremented plugin version.

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/master e0ca89434 -> adcea51e0


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

Branch: refs/heads/master
Commit: adcea51e0a489322d10322f83c29164029a2592a
Parents: e0ca894
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-device-motion/blob/adcea51e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1095250..571c696 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.2.0",
+  "version": "1.2.1-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/adcea51e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 909e778..f53a339 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.0">
+      version="1.2.1-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/adcea51e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c90e63c..40463ea 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.0">
+    version="1.2.1-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