CB-6115 Updated version and RELEASENOTES.md for release 0.20.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 08f7f9c..6431c91 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -7,9 +7,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -20,6 +20,9 @@
 -->
 # Cordova-plugman Release Notes
 
+### 0.20.2 (Mar 3, 2014)
+* CB-6151 Fix exception when adding a new platform to a CLI project
+
 ### 0.20.1 (Feb 28, 2014)
 * CB-6124 Make `cordova plugin remove` resilient to a missing plugin directory
 * CB-6028 Protect against cyclic dependencies in install
diff --git a/package.json b/package.json
index 5e4ef3c..40fd564 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.20.2-dev",
+  "version": "0.20.2",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"