Revert "Set VERSION to 2.0.1-dev"

This reverts commit 31a4a79436db7f10aa860bb29ad7ad0985557225.
diff --git a/package.json b/package.json
index 8273624..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": "2.0.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 5677b83..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="2.0.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>