You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/05/08 02:22:14 UTC

cordova-plugin-vibration git commit: Revert "CB-8959 Incremented plugin version."

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 <st...@gmail.com>
Authored: Thu May 7 17:21:30 2015 -0700
Committer: Steve Gill <st...@gmail.com>
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 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-vibration"
-    version="1.1.1-dev">
+    version="1.1.0">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>

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">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org