CB-7661 Updated version and RELEASENOTES.md for release 0.22.11
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 84cf76e..d9920f2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,11 @@
 
 # Cordova-plugman Release Notes
 
+### 0.22.11 (Oct 01, 2014)
+* CB-7383 Updated version and RELEASENOTES.md for release 0.22.10
+* update versions of self and dependencies after 3.6
+* CB-7383 Incremented package version to -dev
+
 ### 0.22.10
 * remove shrinkwrap
 
@@ -193,4 +198,3 @@
 - `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 b80cecc..5ace137 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.11-dev",
+  "version": "0.22.11",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "0.21.13",
+    "cordova-lib": "3.7.0",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",