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/27 15:36:37 UTC

[cordova-plugin-file] 02/02: chore(release): 6.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-file.git

commit 24dba9f4f9e6cdb17c5e11959df5a5785f1aa6e6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 17:28:51 2019 +0200

    chore(release): 6.0.2 (version string)
---
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 05a134a..6340c66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file",
-  "version": "6.0.2-dev",
+  "version": "6.0.2",
   "description": "Cordova File Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 369d07c..74543fb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-file"
-      version="6.0.2-dev">
+      version="6.0.2">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 4f038da..33cd4cf 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-tests",
-  "version": "4.3.3-dev",
+  "version": "6.0.2",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-file-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 32184e8..38f3f22 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-tests"
-    version="6.0.2-dev">
+    version="6.0.2">
 
     <name>Cordova File 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