CB-13294: Updated version to 2.0.0 for deprecation
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b81e7aa..540f1c0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 1.2.0 (Sep 18, 2017)
+### 2.0.0 (Sep 18, 2017)
 * [CB-12730](https://issues.apache.org/jira/browse/CB-12730) Integrate this plugin into `cordova-android@6.3.0` and deprecate this plugin as it is no longer needed.
 * [CB-12730](https://issues.apache.org/jira/browse/CB-12730) Prevent plugin from installing with `cordova-android >= 6.3.0`
 
diff --git a/package.json b/package.json
index a0cd28a..0abe44f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-plugin-compat",
   "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
-  "version": "1.2.1-dev",
+  "version": "2.0.0",
   "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
   "repository": {
     "type": "git",
diff --git a/plugin.xml b/plugin.xml
index 0a18de2..38dca97 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
   under the License.
 -->
 <plugin 
-  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="1.2.1-dev">
+  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="2.0.0">
   <name>Compat</name>
   <description>[DEPRECATED] Cordova Compatibility Plugin</description>
   <license>Apache 2.0</license>
@@ -34,4 +34,4 @@
       <source-file src="src/android/PermissionHelper.java" target-dir="src/org/apache/cordova" />
       <source-file src="src/android/BuildHelper.java" target-dir="src/org/apache/cordova" />
     </platform>
-  </plugin>
\ No newline at end of file
+  </plugin>