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 31A6617E56 for ; Fri, 24 Apr 2015 01:33:22 +0000 (UTC) Received: (qmail 91690 invoked by uid 500); 24 Apr 2015 01:33:22 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 91580 invoked by uid 500); 24 Apr 2015 01:33:22 -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 91468 invoked by uid 99); 24 Apr 2015 01:33:21 -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, 24 Apr 2015 01:33:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD2B7E17F9; Fri, 24 Apr 2015 01:33:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: victorsh@apache.org To: commits@cordova.apache.org Date: Fri, 24 Apr 2015 01:33:23 -0000 Message-Id: <0d9454db4c824b1c80751bd2473d1dfb@git.apache.org> In-Reply-To: <6f55ff13643048f790a38d291de92f99@git.apache.org> References: <6f55ff13643048f790a38d291de92f99@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] cordova-plugin-vibration git commit: Revert "CB-8858 Incremented plugin version." Revert "CB-8858 Incremented plugin version." This reverts commit b34fb1f4d40c9b1a1bff8f6b6a8681e6f333bf0f. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/327686c3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/327686c3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/327686c3 Branch: refs/heads/CB-8860cordova-plugin-vibration Commit: 327686c32cd8b36cb92fe42a3ee03ac0ea84f943 Parents: b34fb1f Author: Steve Gill Authored: Wed Apr 15 14:31:14 2015 -0700 Committer: Steve Gill Committed: Wed Apr 15 14:31:14 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 2 +- tests/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/327686c3/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index a9c0d77..53abde7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.0.0"> Vibration Cordova Vibration Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/327686c3/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 5e15997..fbe213e 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-vibration-tests" - version="1.0.1-dev"> + version="1.0.0"> Cordova Vibration Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org