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/27 00:25:38 UTC

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

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/7ec5fd6e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/7ec5fd6e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/7ec5fd6e

Branch: refs/heads/master
Commit: 7ec5fd6e4a90b8fd2025afe7b7d81b5fa0357af7
Parents: 269c711
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:20:35 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:20:35 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-dialogs/blob/7ec5fd6e/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6195996..fd813a7 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 renaming reference in Notification.cs
+* CB-4889 renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4592] [Blackberry10] Added beep support
+* [CB-4752] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/7ec5fd6e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8288fe7..2bdbb3f 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.dialogs"
-      version="0.2.2-dev">
+      version="0.2.2">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>