You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/21 12:18:31 UTC

git commit: CB-4889 renaming org.apache.cordova.core.device-orientation to org.apache.cordova.device-orientation

Updated Branches:
  refs/heads/3.1.0 [created] d72a729b7


CB-4889 renaming org.apache.cordova.core.device-orientation to org.apache.cordova.device-orientation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/d72a729b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/d72a729b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/d72a729b

Branch: refs/heads/3.1.0
Commit: d72a729b77b459a94810301d494d3c7387794246
Parents: 2b46128
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:18:25 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:18:25 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/d72a729b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a49bdab..f82b98c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,8 +2,8 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.cordova.core.device-orientation"
-    version="0.3.1-dev">
+    id="org.apache.cordova.device-orientation"
+    version="0.3.1">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>