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:25:37 UTC

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

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master 81729f0f5 -> ef4af1e8a


Revert "Revert "CB-8959 Incremented plugin version.""

This reverts commit 81729f0f5c764bf39e7d21bb50a963a252df3c71.


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/ef4af1e8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/ef4af1e8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/ef4af1e8

Branch: refs/heads/master
Commit: ef4af1e8a670456e54c1fcf4fc07f82dd84898f5
Parents: 81729f0
Author: Steve Gill <st...@gmail.com>
Authored: Thu May 7 17:25:28 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu May 7 17:25:28 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/ef4af1e8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index cb50dc5..0cfc03c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-vibration",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova Vibration Plugin",
   "cordova": {
     "id": "cordova-plugin-vibration",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/ef4af1e8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1d5c217..c9cf96b 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.0">
+    version="1.1.1-dev">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/ef4af1e8/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 77c55a7..47d25a1 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.0">
+    version="1.1.1-dev">
     <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