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/03 15:54:48 UTC

[cordova-plugin-network-information] 01/01: Incremented plugin version. (cordova-plugin-network-information20210603)

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-network-information.git

commit fcec956c1fd055e3a586b81eb2137bd7cee6f620
Author: PVPoyer <pi...@portofantwerp.com>
AuthorDate: Thu Jun 3 17:51:17 2021 +0200

    Incremented plugin version. (cordova-plugin-network-information20210603)
---
 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 5e661c4..58cf636 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "3.0.0",
+  "version": "3.0.1-dev",
   "description": "Cordova Network Information Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 30cec3b..71a4030 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-network-information"
-      version="3.0.0">
+      version="3.0.1-dev">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index d4990c5..3321fa2 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information-tests",
-  "version": "3.0.0",
+  "version": "3.0.1-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-network-information-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 8ecdc0c..6f0c598 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-network-information-tests"
-    version="3.0.0">
+    version="3.0.1-dev">
     <name>Cordova Network Information 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