Repository: cordova-plugin-device-motion Updated Branches: refs/heads/master 57d2e17af -> 59a7f5e22
Updated version and RELEASENOTES.md for release 1.2.1 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/6e6cb6ad Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/6e6cb6ad Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/6e6cb6ad Branch: refs/heads/master Commit: 6e6cb6ad38dcac97c3777be58b2bdb31504c88fb Parents: 57d2e17 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:26 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:26 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/6e6cb6ad/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4f3b329..34dc077 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> # Release Notes +### 1.2.1 (Apr 15, 2016) +* CB-10636 Add `JSHint` for plugins + ### 1.2.0 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest * access all `accel` properties via getters http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/6e6cb6ad/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 85d7b69..ba76614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-motion", - "version": "1.2.1-dev", + "version": "1.2.1", "description": "Cordova Device Motion Plugin", "cordova": { "id": "cordova-plugin-device-motion", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/6e6cb6ad/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f53a339..4c54ddd 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-dev"> + version="1.2.1"> <name>Device Motion</name> <description>Cordova Device Motion Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/6e6cb6ad/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 40463ea..4cbe4d2 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-dev"> + version="1.2.1"> <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]
