CB-13294: Updated version to 2.0.0 for deprecation
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1203e7a..65530ff 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 1.0.8 (Sep 18, 2017)
+### 2.0.0 (Sep 18, 2017)
 * [CB-13076](https://issues.apache.org/jira/browse/CB-13076) added deprecation notice to info tag
 * [CB-12728](https://issues.apache.org/jira/browse/CB-12728) Device Orientation - SUNSET
 * [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on `Travis` and `AppVeyor`
diff --git a/package.json b/package.json
index 4ea7670..b1d09ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-orientation",
-  "version": "1.0.9-dev",
+  "version": "2.0.0",
   "description": "[DEPRECATED] Cordova Device Orientation Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 2c86786..3635ac7 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-device-orientation"
-    version="1.0.9-dev">
+    version="2.0.0">
 
     <name>Device Orientation</name>
     <description>[DEPRECATED] Cordova Device Orientation Plugin</description>