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 0E63010EC5 for ; Thu, 11 Jul 2013 20:29:09 +0000 (UTC) Received: (qmail 21823 invoked by uid 500); 11 Jul 2013 20:29:08 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 21768 invoked by uid 500); 11 Jul 2013 20:29:08 -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 21732 invoked by uid 99); 11 Jul 2013 20:29:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 20:29:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3D7EC88FCE9; Thu, 11 Jul 2013 20:29:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: commits@cordova.apache.org Date: Thu, 11 Jul 2013 20:29:14 -0000 Message-Id: In-Reply-To: <8770b97dcd1b4b7a8308170db0d85691@git.apache.org> References: <8770b97dcd1b4b7a8308170db0d85691@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/22] git commit: 0.7.13. 0.7.12 already existed on npm but the version in the repo was never incremented... 0.7.13. 0.7.12 already existed on npm but the version in the repo was never incremented... Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/962317b2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/962317b2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/962317b2 Branch: refs/heads/plugman-registry Commit: 962317b224e1e3a3ad3ac332bfce9c0025795778 Parents: 70c9b5c Author: Fil Maj Authored: Wed Jun 19 13:28:09 2013 -0700 Committer: Fil Maj Committed: Wed Jun 19 13:28:09 2013 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/962317b2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index cdafc2c..7b4dafa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Lunny ", "name": "plugman", "description": "install/uninstall Cordova plugins", - "version": "0.7.12", + "version": "0.7.13", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"