CB-8256 Updated version and RELEASENOTES.md for release 0.22.17
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c9d92a7..d2af0e8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Cordova-plugman Release Notes
 
+### 0.22.17 (Jan 06, 2015)
+* fixing broken link to chrome plugins
+
 ### 0.22.16 (Nov 13, 2014)
 * CB-7079 Allow special characters and digits in id when publishing to plugins registry
 * Update dependencies in package.json
@@ -203,3 +206,5 @@
 - `plugin rm` now doesn't choke when a file is already deleted
 - Fixed some trouble with filesystem paths vs. web paths; improves Windows host support.
 - Projects beginning with `x`, `y`, and `z` now work. [CB-4502](https://issues.apache.org/jira/browse/CB-4502)
+
+
diff --git a/package.json b/package.json
index 9fa63ff..8c987e2 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": "0.22.17-dev",
+  "version": "0.22.17",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "4.1.2",
+    "cordova-lib": "4.2.0",
     "nopt": "1.0.9",
     "underscore":"1.7.0",
     "q": "1.0.1",