CB-9574 Updated version and RELEASENOTES.md for release 4.1.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f9ea2ae..06d7b47 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 4.1.1 (Aug 28, 2015)
+* CB-9505 Correct plugin modules loading within browserify flow. This closes #126
+* CB-9342 Fix deviceReady event not fired on Windows 10 in hosted environment
+
 ### 4.1.0 (Aug 06, 2015)
 * CB-9429 Removes tests from resultant bundle
 * CB-9436 Removes `require-tr` bundle transformation
diff --git a/package.json b/package.json
index bd1be34..5fe28a6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Gord Tanner <gtanner@gmail.com> (http://github.com/gtanner)",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "4.1.1-dev",
+  "version": "4.1.1",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",