CB-12224 Incremented plugin version.
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/cc998603 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/cc998603 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/cc998603 Branch: refs/heads/master Commit: cc9986030484f4720cc54dcfe0f871a883eb2819 Parents: 4b5ead9 Author: Shazron Abdullah <[email protected]> Authored: Wed Dec 7 16:55:07 2016 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Wed Dec 7 16:55:07 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-device-orientation/blob/cc998603/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index cb5279f..37852e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "1.0.5", + "version": "1.0.6-dev", "description": "Cordova Device Orientation Plugin", "cordova": { "id": "cordova-plugin-device-orientation", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/cc998603/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index b6cd656..11008da 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-device-orientation" - version="1.0.5"> + version="1.0.6-dev"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/cc998603/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 895039d..6fae16f 100644 --- a/tests/plugin.xml +++ b/tests/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-device-orientation-tests" - version="1.0.5"> + version="1.0.6-dev"> <name>Cordova Device Orientation Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
