You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/16 01:27:49 UTC

[cordova-plugin-network-information] tag 2.0.0 created (now 2cfc366)

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

steven pushed a change to tag 2.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-network-information.git.


      at 2cfc366  (commit)
This tag includes the following new commits:

     new 2cfc366  CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)

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 stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

---------------------------------------------------------------------
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: CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)

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

steven pushed a commit to tag 2.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-network-information.git

commit 2cfc366c2a77d4255230add96eafcb89434d54c4
Author: Steve Gill <st...@gmail.com>
AuthorDate: Fri Dec 15 17:25:13 2017 -0800

    CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)
---
 RELEASENOTES.md  | 3 +++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0d1e150..4d106d4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 2.0.0 (Dec 15, 2017)
+* [CB-13663](https://issues.apache.org/jira/browse/CB-13663) : Removed deprecated platforms
+
 ### 1.3.4 (Nov 06, 2017)
 * [CB-12751](https://issues.apache.org/jira/browse/CB-12751) (ios) Fix connection type when airplane mode is on
 * [CB-13299](https://issues.apache.org/jira/browse/CB-13299) (CI) Fix **Android** builds
diff --git a/package.json b/package.json
index 74998a1..8eff9b5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "description": "Cordova Network Information Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index ce2cea0..ee82399 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="2.0.0-dev">
+      version="2.0.0">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 48503bb..420a0a6 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="1.3.5-dev">
+    version="2.0.0">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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