CB-11091 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/875b55ef Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/875b55ef Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/875b55ef Branch: refs/heads/master Commit: 875b55ef63f563edd21faa8709b6df27d4ea7d99 Parents: 3b8d616 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:45:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:45:27 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/875b55ef/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 1262c8c..4f9794e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "1.0.3", + "version": "1.0.4-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/875b55ef/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1c4515a..eba277a 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.3"> + version="1.0.4-dev"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/875b55ef/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 1a1f5da..d193bd6 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.3"> + version="1.0.4-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]
