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 @@ + version="2.0.0"> Network Information Cordova Network Information Plugin 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 @@ + version="2.0.0"> Cordova Network Information Plugin Tests Apache 2.0