You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/06/13 18:24:34 UTC

[cordova-plugin-network-information] branch fix/version-bump created (now b0b564b)

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

timbru31 pushed a change to branch fix/version-bump
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-network-information.git.


      at b0b564b  chore: bumps version to 3.0.0-dev in test files

This branch includes the following new commits:

     new b0b564b  chore: bumps version to 3.0.0-dev in test files

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-network-information] 01/01: chore: bumps version to 3.0.0-dev in test files

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch fix/version-bump
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-network-information.git

commit b0b564b832b76d6501646d084efe42810e0e0987
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Jun 13 20:24:19 2020 +0200

    chore: bumps version to 3.0.0-dev in test files
---
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/package.json b/tests/package.json
index 088af17..ea189a5 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information-tests",
-  "version": "2.0.3-dev",
+  "version": "3.0.0-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-network-information-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6e87d7b..2ddab28 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="2.0.3-dev">
+    version="3.0.0-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