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/18 15:15:00 UTC

[cordova-plugin-dialogs] 03/03: chore(release): 2.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-dialogs.git

commit eadaaada6c2af575d987ba8ad1d47134231da878
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Jun 18 17:13:53 2019 +0200

    chore(release): 2.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 65707ab..3c5578c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "2.0.2-dev",
+  "version": "2.0.2",
   "description": "Cordova Notification Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 4ffac4b..36fd96d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-dialogs"
-      version="2.0.2-dev">
+      version="2.0.2">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index 7bec394..bf786b4 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs-tests",
-  "version": "1.3.3-dev",
+  "version": "2.0.2",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-dialogs-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 63e1ab1..144390d 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-dialogs-tests"
-    version="2.0.2-dev">
+    version="2.0.2">
     <name>Cordova Notification 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