CB-13294: Updated version to 2.0.0 for deprecation
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4daae4d..a6d039f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 1.2.6 (Sep 18, 2017)
+### 2.0.0 (Sep 18, 2017)
 * [CB-13068](https://issues.apache.org/jira/browse/CB-13068) added info tag for deprecation
 * [CB-12726](https://issues.apache.org/jira/browse/CB-12726) Device Motion - SUNSET
 * [CB-13115](https://issues.apache.org/jira/browse/CB-13115) **Browser** Fixed `getCurrentAcceleration()` on **Firefox**, **Safari** and **Edge**
diff --git a/package.json b/package.json
index 19b4f0b..5c93a46 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.2.7-dev",
+  "version": "2.0.0",
   "description": "[DEPRECATED] Cordova Device Motion Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index bc64fd7..c7a21ea 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.2.7-dev">
+      version="2.0.0">
 
     <name>Device Motion</name>
     <description>[DEPRECATED] Cordova Device Motion Plugin</description>