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