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 C937517A49 for ; Wed, 15 Apr 2015 23:02:50 +0000 (UTC) Received: (qmail 6118 invoked by uid 500); 15 Apr 2015 23:02:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 6018 invoked by uid 500); 15 Apr 2015 23:02:50 -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 5921 invoked by uid 99); 15 Apr 2015 23:02:50 -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; Wed, 15 Apr 2015 23:02:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7CD80E0984; Wed, 15 Apr 2015 23:02:50 +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: Wed, 15 Apr 2015 23:02:52 -0000 Message-Id: In-Reply-To: <91cb94c366a94e0daafc083038ece5f4@git.apache.org> References: <91cb94c366a94e0daafc083038ece5f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] cordova-plugin-network-information git commit: CB-8858 Incremented plugin version. CB-8858 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/6942ccec Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/6942ccec Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/6942ccec Branch: refs/heads/master Commit: 6942ccec946c5665abb3c678e87a041b16a56cd5 Parents: 30d51f8 Author: Steve Gill Authored: Wed Apr 15 16:00:22 2015 -0700 Committer: Steve Gill Committed: Wed Apr 15 16:00:22 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-network-information/blob/6942ccec/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 00c9e61..8ac1682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "1.0.0", + "version": "1.0.1-dev", "description": "Cordova Network Information Plugin", "cordova": { "id": "cordova-plugin-network-information", http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/6942ccec/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index e51c9db..8f3b3fd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.0.1-dev"> Network Information Cordova Network Information Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/6942ccec/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 50bde99..afdda54 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.0.1-dev"> Cordova Network Information Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org