CB-8555 Updated version and RELEASENOTES.md for release 0.23.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d2af0e8..7587669 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 0.23.0 (Feb 27, 2015)
+* CB-8416 added `plugman createpackagejson .` command to generate a package.json file from plugin.xml
+* CB-8370 Update documentation for `plugman publish` without args
+
 ### 0.22.17 (Jan 06, 2015)
 * fixing broken link to chrome plugins
 
@@ -206,5 +210,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 ac7e0a4..1b30261 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.18-dev",
+  "version": "0.23.0",
   "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.2.0",
+    "cordova-lib": "4.3.0",
     "nopt": "1.0.9",
     "underscore":"1.7.0",
     "q": "1.0.1",