Setting version to 0.19.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6d6649d..0f4a8e1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,13 @@
 -->
 # Cordova-plugman Release Notes
 
-### 0.18.0 (Jan 15, 2014)
+## 0.19.0 (Jan 30, 2014)
+* CB-5804: added repo & issues to plugman publish
+* CB-5299 Cache pbxproj to avoid re-parsing it for each plugin.
+* Update node-xcode dependency to 0.6.6
+* Bump node-xcode dependency version
+
+## 0.18.0 (Jan 15, 2014)
 * CB-5770 plugman prepare.js script content wrapping no longer allows ending parens/braces to be commented out from end of line comment
 * CB-4871 Reduced package size significantly.
 * CB-5720 Allow <resource-file> on Android
diff --git a/package.json b/package.json
index 258bdd3..0fb619e 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.18.0",
+  "version": "0.19.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"