Merge branch '1.0.x' of https://git-wip-us.apache.org/repos/asf/cordova-plugman into 1.0.x
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f7dbcab..4c8e6a5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@
 contribute code.
 
 For instructions on this, start with the 
-[contribution overview](http://cordova.apache.org/#contribute).
+[contribution overview](http://cordova.apache.org/contribute/).
 
 The details are explained there, but the important items are:
  - Sign and submit an Apache ICLA (Contributor License Agreement).
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f83cddf..ac49cdd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 1.0.5 (Oct 30, 2015)
+* CB-9800 Fixing contribute link.
+* CB-9903 Updated cordova-lib dependency to 5.4.0
+
 ### 1.0.3 (Sep 17, 2015)
 * updated cordova lib dependency to 5.3.2
 
diff --git a/package.json b/package.json
index 1b90e8a..14b1905 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.0.4",
+  "version": "1.0.5",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "5.3.3",
+    "cordova-lib": "5.4.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },