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/10/28 23:11:52 UTC

[5/5] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.3.2

[CB-5188] Updated version and RELEASENOTES.md for release 0.3.2


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

Branch: refs/heads/master
Commit: 5a6fd27c28b86b66f1433231f2b9d20b02797c99
Parents: 5053698
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:43:16 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:43:16 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 7 ++++++-
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/5a6fd27c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e7fb4ed..d35d3a1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -30,4 +30,9 @@
 * [CB-4900] Windows 8 Compass plugin have extra define breaks plugin loading
 * [windows8] commandProxy was moved
 * Rename CHANGELOG.md -> RELEASENOTES.md
-* [CB-4752] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4752] Incremented plugin version on dev branch.
+
+### 0.3.2 (Oct 28, 2013)
+* orientation plugin
+* CB-5128: added repo + issue tag to plugin.xml for device orientation plugin
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/5a6fd27c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d95ee7c..e5a1193 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.2-dev">
+    version="0.3.2">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>