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/10/28 23:11:28 UTC

[4/6] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.5

[CB-5188] Updated version and RELEASENOTES.md for release 0.2.5


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

Branch: refs/heads/dev
Commit: eeb36003dc7346405873168b4fb4463dfadd6036
Parents: c11acd2
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:27:38 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:27:38 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/eeb36003/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b1a2671..2c3b6f4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -38,3 +38,7 @@
 ### 0.2.4 (Oct 9, 2013)
 * [CB-4950] Remove the dependence on concrete component android.webkit.WebView.
 * [CB-4915] Incremented plugin version on dev branch.
+
+ ### 0.2.5 (Oct 28, 2013)
+* CB-5128: added repo + issue tags for contacts
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/eeb36003/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8f8991b..8c0f5a6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.contacts"
-    version="0.2.5-dev">
+    version="0.2.5">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>