Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/1.0.x c3ccdbcf4 -> 4b5ead900
CB-11832 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/34c744de Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/34c744de Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/34c744de Branch: refs/heads/1.0.x Commit: 34c744dece34791974ba14948e8480fea460925b Parents: c3ccdbc Author: Steve Gill <[email protected]> Authored: Fri Sep 9 16:08:04 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Sep 9 16:08:04 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-orientation/blob/34c744de/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 47ca336..960b249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "1.0.4", + "version": "1.0.5-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/34c744de/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 52947f9..f7cbed2 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.4"> + version="1.0.5-dev"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/34c744de/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d9a38e0..f8a8690 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.4"> + version="1.0.5-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]
