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/09/26 02:17:00 UTC

git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.2.2

Updated Branches:
  refs/heads/dev d9a8d1436 -> d660d02c0


[CB-4915] Updated version and RELEASENOTES.md for release 0.2.2


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

Branch: refs/heads/dev
Commit: d660d02c080e702e41b6273f62cd88611538221c
Parents: d9a8d14
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:16:58 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:16:58 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/d660d02c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6195996..1509ede 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,11 @@
 -->
 # Release Notes
 
-
+### 0.2.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [windows8] commandProxy was moved
+* CB-4889
+* CB-4889 renaming core inside windows8
+* CB-4889 renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/d660d02c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5082a33..26e7485 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.2-dev">
+      version="0.2.2">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>