You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/19 13:54:33 UTC

[cordova-plugin-screen-orientation] 05/06: chore(release): 3.0.2 (version string)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git

commit 95e664d6ebb7e491ae19abb35ac53182c7961da3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 15:53:17 2019 +0200

    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 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 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-screen-orientation"
-    version="3.0.2-dev">
+    version="3.0.2">
     <name>Screen Orientation</name>
     <description>Cordova Screen Orientation plugin</description>
     <license>Apache 2.0</license>
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">
     <name>Cordova Screen Orientation Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org