[CB-5010] Updated version and RELEASENOTES.md for release 0.2.3
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0dbdbc5..548a6a2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -32,3 +32,7 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4792] Added keepCallback to the show function.
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.2.3 (Oct 9, 2013)
+* [CB-4915] Incremented plugin version on dev branch.
+* [CB-4926] Fixes inappbrowser plugin loading for windows8
\ No newline at end of file
diff --git a/plugin.xml b/plugin.xml
index 9a53bd2..03cb490 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.inappbrowser"
-      version="0.2.3-dev">
+      version="0.2.3">
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>
     <license>Apache 2.0</license>