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 027C919CB5 for ; Fri, 15 Apr 2016 20:47:45 +0000 (UTC) Received: (qmail 21082 invoked by uid 500); 15 Apr 2016 20:47:44 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 21057 invoked by uid 500); 15 Apr 2016 20:47:44 -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 20957 invoked by uid 99); 15 Apr 2016 20:47:44 -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, 15 Apr 2016 20:47:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9FFF9DFBED; Fri, 15 Apr 2016 20:47:44 +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, 15 Apr 2016 20:47:44 -0000 Message-Id: <42d73ceb9093481491ca9542402311db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cordova-plugin-network-information git commit: Updated version and RELEASENOTES.md for release 1.2.1 Repository: cordova-plugin-network-information Updated Branches: refs/heads/master 079c10d41 -> 42c74cc4f Updated version and RELEASENOTES.md for release 1.2.1 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/09b46b2c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/09b46b2c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/09b46b2c Branch: refs/heads/master Commit: 09b46b2c612a97d963e00ab4739b1370efe538a3 Parents: 079c10d Author: Steve Gill Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/09b46b2c/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 00b5a0f..82f1a86 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 1.2.1 (Apr 15, 2016) +* CB-10763: Remove emoji in `cordova-plugin-network-information` +* CB-10636 Add `JSHint` for plugins + ### 1.2.0 (Jan 15, 2016) * Adding `CoreTelephony` to `plugin.xml` * Adding notification for `CT radio` information http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/09b46b2c/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index bbc5bde..6e341ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "1.2.1-dev", + "version": "1.2.1", "description": "Cordova Network Information Plugin", "cordova": { "id": "cordova-plugin-network-information", http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/09b46b2c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 20eea08..eb7e807 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.1"> Network Information Cordova Network Information Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/09b46b2c/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 25ff0fc..dedbc2a 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.1"> 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