CB-11091 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/59a7f5e2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/59a7f5e2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/59a7f5e2 Branch: refs/heads/master Commit: 59a7f5e223a766c4c2387f7142f63435dd114c4c Parents: 6e6cb6a Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:45:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:45:27 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/59a7f5e2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index ba76614..bb6767d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-motion", - "version": "1.2.1", + "version": "1.2.2-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/59a7f5e2/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 4c54ddd..9e46d75 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.1"> + version="1.2.2-dev"> <name>Device Motion</name> <description>Cordova Device Motion Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/59a7f5e2/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 4cbe4d2..d93e5ff 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.1"> + version="1.2.2-dev"> <name>Cordova Device Motion Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
