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:23:18 UTC

[cordova-plugin-dialogs] branch master updated: chore(release): 2.0.3-dev

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


The following commit(s) were added to refs/heads/master by this push:
     new 883ab14  chore(release): 2.0.3-dev
883ab14 is described below

commit 883ab1427f8feadc97e427eff127c6d6729deb1a
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Jun 18 17:22:49 2019 +0200

    chore(release): 2.0.3-dev
---
 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 3c5578c..f8c0e21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "2.0.2",
+  "version": "2.0.3-dev",
   "description": "Cordova Notification Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 36fd96d..bc8a7ac 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">
+      version="2.0.3-dev">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index bf786b4..8f8c3df 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs-tests",
-  "version": "2.0.2",
+  "version": "2.0.3-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-dialogs-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 144390d..5167ed0 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">
+    version="2.0.3-dev">
     <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