From 95e664d6ebb7e491ae19abb35ac53182c7961da3 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:53:17 +0200 Subject: [PATCH] chore(release): 3.0.2 (version string) --- demo/www/img/logo.png | Bin 21814 -> 21813 bytes package.json | 4 ++-- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/www/img/logo.png b/demo/www/img/logo.png index 9519e7dd78adb6e44548c08510a7bf02442a7697..1266df72e71b1a6e3b8e99409db2b9792b55a89d 100644 GIT binary patch delta 15 WcmdnCigD{IMwZS1KlhEShM@p4Lj`aE delta 16 XcmdnGigDX2M%K;%KX=}ZEQX-~HM|9V diff --git a/package.json b/package.json index c7465d8..324432f 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "cordova-plugin-screen-orientation", - "version": "3.0.2-dev", + "version": "3.0.2", "description": "Cordova Screen Orientation plugin", "repository": { "type": "git", "url": "https://github.com/apache/cordova-plugin-screen-orientation" }, "bugs": { - "url": "https://issues.apache.org/jira/browse/CB" + "url": "https://github.com/apache/cordova-plugin-screen-orientation/issues" }, "scripts": { "test": "npm run jshint", diff --git a/plugin.xml b/plugin.xml index 2672192..9545ba2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -18,7 +18,7 @@ + version="3.0.2"> Screen Orientation Cordova Screen Orientation plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index b840211..0857170 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation-tests", - "version": "3.0.0-dev", + "version": "3.0.2", "description": "", "cordova": { "id": "cordova-plugin-screen-orientation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 36b1752..fa9d95e 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="3.0.2-dev"> + version="3.0.2"> Cordova Screen Orientation Plugin Tests Apache 2.0