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:09:48 UTC

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

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/dev baf3f4088 -> 2b6ca58b6
Updated Tags:  refs/tags/r0.2.7 [created] 2b6ca58b6


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/2b6ca58b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/2b6ca58b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/2b6ca58b

Branch: refs/heads/dev
Commit: 2b6ca58b6142673ea6d6da0d95d4a11c948f9a58
Parents: baf3f40
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 | 6 ++++++
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/2b6ca58b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3c5c09e..1044990 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -55,3 +55,9 @@
 
 ### 0.2.6 (Feb 05, 2014)
 * Add Tizen support
+
+### 0.2.7 (Apr 17, 2014)
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/2b6ca58b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 781f868..b8ee0ba 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.device-motion"
-      version="0.2.7-dev">
+      version="0.2.7">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>