CB-11931 Updated version and RELEASENOTES.md for release 1.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0cb1c09..49184fe 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,11 @@
 -->
 # Cordova-create Release Notes
 
+### 1.0.1 (Sep 29, 2016)
+* removed stripping eventlisteners
+
 ### 1.0.0 (August 23, 2016)
-* CB-11623 added symlinking option
+* [CB-11623](https://issues.apache.org/jira/browse/CB-11623) added symlinking option
 * fixed jasmine custom matcher for `toExist`
 * updated jasmine dep, fixed caching issue with tests
 * added `travis` and `appveyor` support
diff --git a/package.json b/package.json
index fc8ef3c..1548bea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {
@@ -25,7 +25,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-app-hello-world": "^3.10.0",
+    "cordova-app-hello-world": "^3.11.0",
     "cordova-common": "^1.4.1",
     "cordova-fetch": "^1.0.1",
     "q": "1.0.1",