CB-12224 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/becb8e1b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/becb8e1b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/becb8e1b Branch: refs/heads/master Commit: becb8e1bb985e090a5f0e34d268d6594c8f81570 Parents: fcc6f19 Author: Shazron Abdullah <[email protected]> Authored: Wed Dec 7 16:55:08 2016 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Wed Dec 7 16:55:08 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/becb8e1b/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 1eaf18e..4e671e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-vibration", - "version": "2.1.3", + "version": "2.1.4-dev", "description": "Cordova Vibration Plugin", "cordova": { "id": "cordova-plugin-vibration", http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/becb8e1b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index a588d3f..498b1ec 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.3"> + version="2.1.4-dev"> <name>Vibration</name> <description>Cordova Vibration Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/becb8e1b/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 7d62e2a..1a5155e 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.3"> + version="2.1.4-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]
