You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/03 21:52:09 UTC

git commit: CB-6115 Updated version and RELEASENOTES.md for release 0.20.2

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 2d2c79154 -> f1b206d02


CB-6115 Updated version and RELEASENOTES.md for release 0.20.2


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/f1b206d0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/f1b206d0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/f1b206d0

Branch: refs/heads/master
Commit: f1b206d02ad6f06eb793387163d1c865068d6aa0
Parents: 2d2c791
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Mar 3 15:51:12 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Mar 3 15:51:29 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++--
 package.json    | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/f1b206d0/RELEASENOTES.md
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/f1b206d0/package.json
----------------------------------------------------------------------
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 <al...@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"