CB-12358 Updated version and RELEASENOTES.md for release 1.4.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1276da5..9f9da3e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 1.4.1 (Jan 17, 2017)
+* [CB-12358](https://issues.apache.org/jira/browse/CB-12358) Updated `cordova-lib` dependency.
+
 ### 1.4.0 (Oct 21, 2016)
 * Add github pull request template
 * [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated `cordova-lib` to `6.4.0`
diff --git a/package.json b/package.json
index 9f438d2..786360c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "author": "Andrew Lunny <alunny@gmail.com>",
     "name": "plugman",
     "description": "install/uninstall Cordova plugins",
-    "version": "1.4.1-dev",
+    "version": "1.4.1",
     "repository": {
         "type": "git",
         "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
     },
     "engineStrict": true,
     "dependencies": {
-        "cordova-lib": "6.4.0",
+        "cordova-lib": "6.5.0",
         "nopt": "1.0.9",
         "q": "1.0.1"
     },