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:13:54 UTC

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

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


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/0be3b895
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/0be3b895
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/0be3b895

Branch: refs/heads/master
Commit: 0be3b8956f174a8aaebf54b0dbc24c6260e2edf8
Parents: 1d5098d
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:09:46 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:09:46 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-vibration/blob/0be3b895/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index be50a94..9564b00 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -36,4 +36,9 @@
 
 ### 0.3.3 (Oct 9, 2013)
 * add missing android namespace
-* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4915] Incremented plugin version on dev branch.
+
+### 0.3.4 (Oct 28, 2013)
+* add repo + issue tag to plugin.xml for vibration plugin
+* corrected plugin.xml to write properly to config.xml for ffos
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/0be3b895/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ecb8672..730341b 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.4-dev">
+    version="0.3.4">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>