Bump version to 3.0.0-dev, package.json description cleanup

This commit is contained in:
Jesse MacFadyen 2017-12-13 23:32:55 -08:00
parent 7ada73dc2a
commit 1d404c5c2f
4 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -18,7 +18,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-screen-orientation"
version="2.0.3-dev">
version="3.0.0-dev">
<name>Screen Orientation</name>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.</description>
<license>Apache 2.0</license>

View File

@ -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",

View File

@ -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">
<name>Cordova Screen Orientation Plugin Tests</name>
<license>Apache 2.0</license>