Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 599CC11F5B for ; Mon, 23 Jun 2014 23:32:51 +0000 (UTC) Received: (qmail 34708 invoked by uid 500); 23 Jun 2014 23:32:51 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34668 invoked by uid 500); 23 Jun 2014 23:32:51 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 34659 invoked by uid 99); 23 Jun 2014 23:32:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2014 23:32:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B4E8290AEB5; Mon, 23 Jun 2014 23:32:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kamrik@apache.org To: commits@cordova.apache.org Date: Mon, 23 Jun 2014 23:32:50 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CB-7002 Updated version and RELEASENOTES.md for release 0.22.4 Repository: cordova-plugman Updated Branches: refs/heads/master 39f5d1433 -> 8257389b5 CB-7002 Updated version and RELEASENOTES.md for release 0.22.4 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/13e0e8d7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/13e0e8d7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/13e0e8d7 Branch: refs/heads/master Commit: 13e0e8d72594c7a72bd18b34aba9266665ce869d Parents: 39f5d14 Author: Mark Koudritsky Authored: Mon Jun 23 19:00:16 2014 -0400 Committer: Mark Koudritsky Committed: Mon Jun 23 19:00:16 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/13e0e8d7/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 39a6d29..16d72cb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,9 @@ # Cordova-plugman Release Notes +### 0.22.4 (June 23, 2014) +* wp7 is dead, long live wp7 + ### 0.22.3 (June 12, 2014) * Update cordova-lib dependency to 0.21.5 * CB-6931: Fix licence headers in plugman http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/13e0e8d7/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f1ba13b..c63ab22 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Lunny ", "name": "plugman", "description": "install/uninstall Cordova plugins", - "version": "0.22.3", + "version": "0.22.4", "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.5", + "cordova-lib" : "0.21.6", "nopt": "1.0.x", "underscore":"1.4.4", "q": "~0.9",