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 E37321773A for ; Fri, 8 May 2015 00:22:14 +0000 (UTC) Received: (qmail 30633 invoked by uid 500); 8 May 2015 00:22:14 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 30606 invoked by uid 500); 8 May 2015 00:22:14 -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 30597 invoked by uid 99); 8 May 2015 00:22:14 -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, 08 May 2015 00:22:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC2D1E442F; Fri, 8 May 2015 00:22:14 +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 Message-Id: <678ef0009efc4fa58ce6cacda166e2e4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-vibration git commit: Revert "CB-8959 Incremented plugin version." Date: Fri, 8 May 2015 00:22:14 +0000 (UTC) Repository: cordova-plugin-vibration Updated Branches: refs/heads/master d70ce6452 -> 81729f0f5 Revert "CB-8959 Incremented plugin version." This reverts commit 3df4885b16b998ff411d18334b4db1062a85c9e9. 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/81729f0f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/81729f0f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/81729f0f Branch: refs/heads/master Commit: 81729f0f5c764bf39e7d21bb50a963a252df3c71 Parents: d70ce64 Author: Steve Gill Authored: Thu May 7 17:21:30 2015 -0700 Committer: Steve Gill Committed: Thu May 7 17:21:30 2015 -0700 ---------------------------------------------------------------------- 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-vibration/blob/81729f0f/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 0cfc03c..cb50dc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-vibration", - "version": "1.1.1-dev", + "version": "1.1.0", "description": "Cordova Vibration Plugin", "cordova": { "id": "cordova-plugin-vibration", http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/81729f0f/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c9cf96b..1d5c217 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.1.0"> Vibration Cordova Vibration Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/81729f0f/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 47d25a1..77c55a7 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.1.1-dev"> + version="1.1.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