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 0FDDA18E85 for ; Fri, 7 Aug 2015 21:22:17 +0000 (UTC) Received: (qmail 67808 invoked by uid 500); 7 Aug 2015 21:22:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 67700 invoked by uid 500); 7 Aug 2015 21:22:16 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 67684 invoked by uid 99); 7 Aug 2015 21:22:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2015 21:22:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C01F2E0F79; Fri, 7 Aug 2015 21:22:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 07 Aug 2015 21:22:17 -0000 Message-Id: <6427cda3e6104849aa87372661077e12@git.apache.org> In-Reply-To: <7d3249c6d33c43f0af3b9b90ec0a4cca@git.apache.org> References: <7d3249c6d33c43f0af3b9b90ec0a4cca@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cordova-plugman git commit: CB-9469 Incremented package version to -dev CB-9469 Incremented package version to -dev Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/e813a7e3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/e813a7e3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/e813a7e3 Branch: refs/heads/master Commit: e813a7e3c74c6444c7a6343d16224d3db8bc2434 Parents: d020606 Author: Steve Gill Authored: Fri Aug 7 14:21:44 2015 -0700 Committer: Steve Gill Committed: Fri Aug 7 14:21:44 2015 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/e813a7e3/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 162fe0f..5a9a783 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Lunny ", "name": "plugman", "description": "install/uninstall Cordova plugins", - "version": "1.0.0", + "version": "1.0.1-dev", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org