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 386941884A for ; Tue, 7 Jul 2015 18:00:35 +0000 (UTC) Received: (qmail 46191 invoked by uid 500); 7 Jul 2015 18:00:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 46114 invoked by uid 500); 7 Jul 2015 18:00:35 -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 46058 invoked by uid 99); 7 Jul 2015 18:00:35 -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; Tue, 07 Jul 2015 18:00:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD5FEE3A9F; Tue, 7 Jul 2015 18:00:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nikhilkh@apache.org To: commits@cordova.apache.org Date: Tue, 07 Jul 2015 18:00:35 -0000 Message-Id: <5772005fef2d4887a835c2c6c96d9075@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cordova-plugin-file-transfer git commit: CB-9312 Incremented plugin version. CB-9312 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/8e8106e8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/8e8106e8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/8e8106e8 Branch: refs/heads/master Commit: 8e8106e8d84b44f94866f75d9113fb7426cdb36c Parents: 2d6faac Author: Nikhil Khandelwal Authored: Tue Jul 7 10:57:14 2015 -0700 Committer: Nikhil Khandelwal Committed: Tue Jul 7 10:58:02 2015 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8e8106e8/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 17d494a..b1c20a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.2.1", + "version": "1.2.2-dev", "description": "Cordova File Transfer Plugin", "cordova": { "id": "cordova-plugin-file-transfer", http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8e8106e8/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5151547..106537c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.2-dev"> File Transfer Cordova File Transfer Plugin Apache 2.0 http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8e8106e8/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d6f9445..547b49e 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.2-dev"> Cordova File Transfer Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org