Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43AC1200BE3 for ; Thu, 8 Dec 2016 01:55:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 42749160B34; Thu, 8 Dec 2016 00:55:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9A2A9160B26 for ; Thu, 8 Dec 2016 01:54:59 +0100 (CET) Received: (qmail 53256 invoked by uid 500); 8 Dec 2016 00:54:58 -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 53239 invoked by uid 99); 8 Dec 2016 00:54:58 -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; Thu, 08 Dec 2016 00:54:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A3680E3839; Thu, 8 Dec 2016 00:54:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Thu, 08 Dec 2016 00:54:59 -0000 Message-Id: <92de69e064684b919fa6f8488f358c99@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cordova-plugin-inappbrowser git commit: CB-12224 Incremented plugin version. archived-at: Thu, 08 Dec 2016 00:55:00 -0000 CB-12224 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/cfbd3845 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/cfbd3845 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/cfbd3845 Branch: refs/heads/master Commit: cfbd3845a893df647ff39ec3c750804d775a0e57 Parents: 009e662 Author: Shazron Abdullah Authored: Wed Dec 7 16:55:07 2016 -0800 Committer: Shazron Abdullah Committed: Wed Dec 7 16:55:07 2016 -0800 ---------------------------------------------------------------------- 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-inappbrowser/blob/cfbd3845/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 343d3ec..f4b383a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "1.5.1", + "version": "1.5.2-dev", "description": "Cordova InAppBrowser Plugin", "cordova": { "id": "cordova-plugin-inappbrowser", http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/cfbd3845/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 703c508..b795eef 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="1.6.1-dev"> InAppBrowser Cordova InAppBrowser Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/cfbd3845/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 91fe517..cf7cc91 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="1.6.1-dev"> Cordova InAppBrowser Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org