Updated Branches: refs/heads/dev 4238a790b -> cca9a5c03
CB-5719 Updated version and RELEASENOTES.md for release 0.3.6 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/06720d85 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/06720d85 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/06720d85 Branch: refs/heads/dev Commit: 06720d8527fbf9a0619f3bc6d9b1430471b6a209 Parents: 4238a79 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 | 3 +++ plugin.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/06720d85/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6500f05..da299e2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -47,3 +47,6 @@ * add ubuntu platform * Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' * CB-4747 Fixed Blackberry background vibrate + +### 0.3.6 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Vibration plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/06720d85/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index fa68534..d59f983 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.vibration" - version="0.3.6-dev"> + version="0.3.6"> <name>Vibration</name> <description>Cordova Vibration Plugin</description>
