CB-5719 Updated version and RELEASENOTES.md for release 0.3.5
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/236ec15d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/236ec15d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/236ec15d Branch: refs/heads/master Commit: 236ec15d237277d3e2be415a313eb915b8e5579e Parents: 0af389c Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 5 +++++ plugin.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/236ec15d/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 47f613b..5965a48 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -42,3 +42,8 @@ * call FxOS's getCurrentProxy added * pass by only coords * proper implementation for firefoxos + +### 0.3.5 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Geolocation plugin +* windows8: adds missing reference to PositionError (w/o it the app crashes) +* Removing incorrectly added closing comments for wp7 platform in plugin.xml http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/236ec15d/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 3799706..3f9877b 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.5-dev"> + version="0.3.5"> <name>Geolocation</name> <description>Cordova Geolocation Plugin</description>
