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

This commit is contained in:
Steve Gill 2017-12-15 17:25:13 -08:00
parent f294a194c9
commit 2cfc366c2a
4 changed files with 6 additions and 3 deletions

View File

@ -20,6 +20,9 @@
--> -->
# Release Notes # 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) ### 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-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 * [CB-13299](https://issues.apache.org/jira/browse/CB-13299) (CI) Fix **Android** builds

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-network-information", "name": "cordova-plugin-network-information",
"version": "2.0.0-dev", "version": "2.0.0",
"description": "Cordova Network Information Plugin", "description": "Cordova Network Information Plugin",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"cordova": { "cordova": {

View File

@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-network-information" id="cordova-plugin-network-information"
version="2.0.0-dev"> version="2.0.0">
<name>Network Information</name> <name>Network Information</name>
<description>Cordova Network Information Plugin</description> <description>Cordova Network Information Plugin</description>

View File

@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-network-information-tests" id="cordova-plugin-network-information-tests"
version="1.3.5-dev"> version="2.0.0">
<name>Cordova Network Information Plugin Tests</name> <name>Cordova Network Information Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>