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 2013/09/27 00:28:11 UTC

[07/10] git commit: CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration

CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration


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

Branch: refs/heads/master
Commit: fe866384aaa4b76a1df4d3f0246bfc1cfcfcf4a1
Parents: ae5171c
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:40:28 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:40:28 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/fe866384/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 270125b..388ef8f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-           id="org.apache.cordova.core.vibration"
-      version="0.3.1-dev">
+           id="org.apache.cordova.vibration"
+      version="0.3.1">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>