You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pv...@apache.org on 2021/06/28 15:10:45 UTC

[cordova-plugin-whitelist] branch master updated: Incremented plugin version. (cordova-plugin-whitelist20210626)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 883c8ed  Incremented plugin version. (cordova-plugin-whitelist20210626)
883c8ed is described below

commit 883c8edb2229010d020e179d013c1efa0388d156
Author: PVPoyer <pi...@portofantwerp.com>
AuthorDate: Mon Jun 28 17:07:36 2021 +0200

    Incremented plugin version. (cordova-plugin-whitelist20210626)
---
 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 eb499a1..6bf08b2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.3.5",
+  "version": "1.3.6-dev",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [
diff --git a/plugin.xml b/plugin.xml
index 74d8201..3a3586e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-whitelist"
-      version="1.3.5">
+      version="1.3.6-dev">
     <name>Whitelist</name>
     <description>Cordova Network Whitelist Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index c4416a6..5eb87fe 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist-tests",
-  "version": "1.3.5",
+  "version": "1.3.6-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-whitelist-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 813eaea..a848a5f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
            id="cordova-plugin-whitelist-tests"
-      version="1.3.5">
+      version="1.3.6-dev">
     <name>Cordova Plugin Whitelist 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