[CB-5565] Updated version and RELEASENOTES.md for release 0.2.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8d18181..562caf1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -29,3 +29,8 @@
  ### 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.
+
+### 0.2.4 (Dec 4, 2013)
+* [ubuntu] add missing file
+* add ubuntu platform
+* Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
diff --git a/plugin.xml b/plugin.xml
index afe5b47..bd8e26c 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.4-dev">
+      version="0.2.4">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache</license>