GH-10 Updated version and RELEASENOTES.md for release 1.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 482424b..d00bd8f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,6 +19,12 @@
 
 ## Release Notes for Cordova Electron
 
+### 1.0.1 (Mar 04, 2019)
+
+* [GH-35](https://github.com/apache/cordova-electron/pull/35) Refactor `build.js` and Include Test Coverage
+* [GH-32](https://github.com/apache/cordova-electron/pull/32) Improve `temp` Folder Cleanup in `Api.spec.js`
+* [GH-33](https://github.com/apache/cordova-electron/pull/33) Update `cordova run` to Work with Pre-Cordova 9.x CLI
+
 ### 1.0.0 (Feb 25, 2019)
 
 * [GH-30](https://github.com/apache/cordova-electron/pull/30) Asset Install Fix from Mobilespec Report
diff --git a/package-lock.json b/package-lock.json
index 9ebc1fb..49a13fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.0.0-dev",
+  "version": "1.1.0-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index f6fa8e3..99ef1d9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-electron",
-  "version": "1.1.0-dev",
+  "version": "1.0.1",
   "description": "electron apps as a target for cordova developers",
   "main": "bin/templates/cordova/Api.js",
   "bin": "bin/create",