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 56E3F18765 for ; Thu, 18 Jun 2015 00:38:40 +0000 (UTC) Received: (qmail 77184 invoked by uid 500); 18 Jun 2015 00:38:40 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 77107 invoked by uid 500); 18 Jun 2015 00:38:40 -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 77012 invoked by uid 99); 18 Jun 2015 00:38:40 -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, 18 Jun 2015 00:38:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 16165E3C3C; Thu, 18 Jun 2015 00:38:40 +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: Thu, 18 Jun 2015 00:38:42 -0000 Message-Id: In-Reply-To: <1b24f1a2bb634927af4efc240393d438@git.apache.org> References: <1b24f1a2bb634927af4efc240393d438@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] cordova-plugin-test-framework git commit: CB-9192 Incremented plugin version. CB-9192 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/bba0868e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/bba0868e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/bba0868e Branch: refs/heads/master Commit: bba0868ee2f5a81439556c6ebea8c9265cfb4f21 Parents: 474dc12 Author: Steve Gill Authored: Wed Jun 17 17:35:37 2015 -0700 Committer: Steve Gill Committed: Wed Jun 17 17:35:37 2015 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/bba0868e/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index ed8a607..c782c5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-test-framework", - "version": "1.0.1", + "version": "1.0.2-dev", "description": "Cordova Test Framework Plugin", "cordova": { "id": "cordova-plugin-test-framework", http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/bba0868e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index e50818d..d45bf61 100644 --- a/plugin.xml +++ b/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-test-framework" - version="1.0.1"> + version="1.0.2-dev"> Test Framework Cordova Test Framework Plugin Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org