diff --git a/demo/www/img/logo.png b/demo/www/img/logo.png index 9519e7d..1266df7 100644 Binary files a/demo/www/img/logo.png and b/demo/www/img/logo.png differ 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