Update version, VERSION, RELEASENOTES.md, cordova.js for release 7.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a61321a..763c2f9 100755
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,6 +24,10 @@
 
 cordova-windows is a library that enables developers to create Windows 8/8.1/10 and WP8.1 application projects that support Cordova APIs.
 
+### 7.0.1 (Dec 31, 2019)
+* Support latest Visual Studio 2017 (15.9.x) ([#329](https://github.com/apache/cordova-windows/pull/329))
+* Fix path to `winjs` dependency ([#331](https://github.com/apache/cordova-windows/pull/331))
+
 ### 7.0.0 (Mar 05, 2019)
 * [GH-324](https://github.com/apache/cordova-windows/pull/324) Change Temporary Directories for Tests
 * [GH-319](https://github.com/apache/cordova-windows/pull/319) Windows Platform Release Preparation (Cordova 9)
diff --git a/VERSION b/VERSION
index c1b43a7..9fe9ff9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.0.1-dev
+7.0.1
diff --git a/package.json b/package.json
index a7967e2..6ede87a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-windows",
-  "version": "7.0.1-dev",
+  "version": "7.0.1",
   "description": "cordova-windows release",
   "bin": "bin/create",
   "main": "template/cordova/Api.js",
diff --git a/template/cordova/version b/template/cordova/version
index 0990d2f..cd9ec48 100644
--- a/template/cordova/version
+++ b/template/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "7.0.1-dev";
+var VERSION = "7.0.1";
 
 module.exports.version = VERSION;
 
diff --git a/template/www/cordova.js b/template/www/cordova.js
index b8fcaac..d5c5bdd 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '7.0.1-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '7.0.1';
 // file: src/scripts/require.js
 
 var require;