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/19 15:28:29 UTC

[cordova-plugin-whitelist] 06/06: chore(release): 1.3.5-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-whitelist.git

commit 5add26478f3ad26baf85ace484243899a76b9e6e
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 17:27:52 2019 +0200

    chore(release): 1.3.5-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 41af367..aa6d650 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.3.4",
+  "version": "1.3.5-dev",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [
diff --git a/plugin.xml b/plugin.xml
index 1fce219..08de994 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.4">
+      version="1.3.5-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 bf18bc1..d8bdd2d 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist-tests",
-  "version": "1.3.4",
+  "version": "1.3.5-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-whitelist-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index dbb33b6..53955f5 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.4">
+      version="1.3.5-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