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 25A67200D43 for ; Mon, 6 Nov 2017 23:45:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 24518160BD5; Mon, 6 Nov 2017 22:45:13 +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 6D244160BEC for ; Mon, 6 Nov 2017 23:45:12 +0100 (CET) Received: (qmail 75389 invoked by uid 500); 6 Nov 2017 22:45:11 -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 75373 invoked by uid 99); 6 Nov 2017 22:45:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2017 22:45:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1A8B284B9E; Mon, 6 Nov 2017 22:45:11 +0000 (UTC) Date: Mon, 06 Nov 2017 22:45:12 +0000 To: "commits@cordova.apache.org" Subject: [cordova-plugin-screen-orientation] 01/01: Set VERSION to 2.0.3-dev (via coho) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: steven@apache.org In-Reply-To: <151000831104.16564.16684123820697802217@gitbox.apache.org> References: <151000831104.16564.16684123820697802217@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: cordova-plugin-screen-orientation X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 331003b6137bb392a9af44297a733bcc6a84b922 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171106224511.1A8B284B9E@gitbox.apache.org> archived-at: Mon, 06 Nov 2017 22:45:13 -0000 This is an automated email from the ASF dual-hosted git repository. steven pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git commit 331003b6137bb392a9af44297a733bcc6a84b922 Author: Steve Gill AuthorDate: Mon Nov 6 14:38:40 2017 -0800 Set VERSION to 2.0.3-dev (via coho) --- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1b9ede9..8d7fcf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation", - "version": "2.0.2", + "version": "2.0.3-dev", "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index 363b166..1da2cb5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -18,7 +18,7 @@ + version="2.0.3-dev"> Screen Orientation Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10. Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 49b9368..060dd5a 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-screen-orientation-tests" - version="2.0.2"> + version="2.0.3-dev"> Cordova Screen Orientation Plugin Tests Apache 2.0 -- To stop receiving notification emails like this one, please contact "commits@cordova.apache.org" . --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org