You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2020/07/15 09:53:59 UTC

[cordova-plugin-dialogs] branch master updated: breaking: bump version 3.0.0-dev (#144)

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

jcesarmobile 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 145464e  breaking: bump version 3.0.0-dev (#144)
145464e is described below

commit 145464e6e478774d0e307a435a48634d41681e8a
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Wed Jul 15 11:53:48 2020 +0200

    breaking: bump version 3.0.0-dev (#144)
---
 package-lock.json  | 2 +-
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 88c4c46..4a9d730 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "2.0.3-dev",
+  "version": "3.0.0-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index afe414e..1d3e624 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "2.0.3-dev",
+  "version": "3.0.0-dev",
   "description": "Cordova Notification Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index bc8a7ac..9258a9a 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.3-dev">
+      version="3.0.0-dev">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index 8f8c3df..9024ad1 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs-tests",
-  "version": "2.0.3-dev",
+  "version": "3.0.0-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-dialogs-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 5167ed0..6b07386 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.3-dev">
+    version="3.0.0-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