You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/17 17:10:48 UTC

git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.3.8

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/dev 96b68c07f -> b8b46415c
Updated Tags:  refs/tags/r0.3.8 [created] b8b46415c


CB-6452 Updated version and RELEASENOTES.md for release 0.3.8


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

Branch: refs/heads/dev
Commit: b8b46415c0aba0c8386e414b1d29f073ab1257d8
Parents: 96b68c0
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/b8b46415/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 29853c7..c86571d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -54,3 +54,8 @@
 ### 0.3.7 (Feb 05, 2014)
 * Add support for Tizen.
 * CB-3206 - Supported platforms updated
+
+### 0.3.8 (Apr 17, 2014)
+* CB-6465: Add license headers to Tizen code
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/b8b46415/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6489c3b..d22031c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,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.8-dev">
+    version="0.3.8">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>