You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 18:09:36 UTC

[36/49] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.6

CB-5980 Updated version and RELEASENOTES.md for release 0.2.6


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

Branch: refs/heads/cdvtest
Commit: 91d3c0058980248160c8e77c5a3d033402f5ce14
Parents: a79c92d
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:58 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/91d3c005/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1833846..3c5c09e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -29,7 +29,7 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4752] Incremented plugin version on dev branch.
 
- ### 0.2.3 (Oct 28, 2013)
+### 0.2.3 (Oct 28, 2013)
 * tweak scoping
 * fixed the scope
 * properly stop watching...
@@ -52,3 +52,6 @@
 
 ### 0.2.5 (Jan 02, 2014)
 * CB-5658 Add doc/index.md for Device Motion plugin
+
+### 0.2.6 (Feb 05, 2014)
+* Add Tizen support

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/91d3c005/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2884dd6..4b984c9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.device-motion"
-      version="0.2.6-dev">
+      version="0.2.6">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>