From 1d404c5c2fad48cca1ff3fc072b1af5b85931969 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Wed, 13 Dec 2017 23:32:55 -0800 Subject: [PATCH] Bump version to 3.0.0-dev, package.json description cleanup --- package.json | 4 ++-- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6526b9e..783e402 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova-plugin-screen-orientation", - "version": "2.0.3-dev", - "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.", + "version": "3.0.0-dev", + "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.", "repository": { "type": "git", "url": "https://github.com/apache/cordova-plugin-screen-orientation" diff --git a/plugin.xml b/plugin.xml index de2c0dd..59a3151 100644 --- a/plugin.xml +++ b/plugin.xml @@ -18,7 +18,7 @@ + version="3.0.0-dev"> Screen Orientation Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp. Apache 2.0 diff --git a/tests/package.json b/tests/package.json index f4bfbc4..b840211 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation-tests", - "version": "2.0.1-dev", + "version": "3.0.0-dev", "description": "", "cordova": { "id": "cordova-plugin-screen-orientation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 060dd5a..d428878 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-screen-orientation-tests" - version="2.0.3-dev"> + version="3.0.0-dev"> Cordova Screen Orientation Plugin Tests Apache 2.0