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:12:51 UTC

[3/3] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.3

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


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

Branch: refs/heads/master
Commit: 2d6b2a872916ccbdbfcdc4f2605584a4b0298c9b
Parents: 3ac07b8
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:57:49 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:57:49 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-globalization/blob/2d6b2a87/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 189ed67..8d18181 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -25,3 +25,7 @@
 * CB-4889 renaming org.apache.cordova.core.globalization to org.apache.cordova.globalization
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4752] Incremented plugin version on dev branch.
+
+ ### 0.2.3 (Oct 28, 2013)
+* CB-5128: added repo + issue tag to plugin.xml for globalization plugin
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/2d6b2a87/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9e115eb..2d29743 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.globalization"
-      version="0.2.3-dev">
+      version="0.2.3">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache</license>