Updated version and RELEASENOTES.md for release 0.22.5
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 16d72cb..e6bb2f1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -176,3 +176,8 @@
 - 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)
 
+
+### 0.22.5 (Aug 29, 2014)
+* CB-7363 Do not insist on precise version of cordova-lib
+* CB-7362 Add Please run npm install from this directory code
+* Remove package.json:scripts.test
diff --git a/package.json b/package.json
index 19015aa..dbb2b75 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.5-dev",
+  "version": "0.22.5",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"