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:26:22 UTC

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

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


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

Branch: refs/heads/master
Commit: fa3734de0abc9ac4c43b8567c52fe2e125adf26a
Parents: 5f2825b
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:45:00 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:45:00 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/fa3734de/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c491b0a..a239455 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
-
 ### 0.3.0 (Sept 5, 2013)
 * Added support for windows 8 (Adds required permission)
+
+### 0.3.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [BlackBerry10] removed uneeded permission tags in plugin.xml
+* CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/fa3734de/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9de9114..5d90ede 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.geolocation"
-      version="0.3.2-dev">
+      version="0.3.2">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>