Repository: cordova-plugin-vibration Updated Branches: refs/heads/2.1.x e613e2e31 -> 5910bdc80
CB-10368 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/71f03ef5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/71f03ef5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/71f03ef5 Branch: refs/heads/2.1.x Commit: 71f03ef56b2b569dab7ee47158ba23f2e5c85fd1 Parents: e613e2e Author: Steve Gill <[email protected]> Authored: Fri Jan 15 16:58:32 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Fri Jan 15 16:58:32 2016 -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-vibration/blob/71f03ef5/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index c83ba2a..5e557c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-vibration", - "version": "2.1.0", + "version": "2.1.1-dev", "description": "Cordova Vibration Plugin", "cordova": { "id": "cordova-plugin-vibration", http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/71f03ef5/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9cbc093..b93d5ea 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-vibration" - version="2.1.0"> + version="2.1.1-dev"> <name>Vibration</name> <description>Cordova Vibration Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/71f03ef5/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 51851f4..7d74b98 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-vibration-tests" - version="2.1.0"> + version="2.1.1-dev"> <name>Cordova Vibration Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
