diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 293e125..2d40026 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -78,3 +78,7 @@ * Validate that callbackId is correctly formed * CB-6035 Move js-module so it is not loaded on unsupported platforms * Removed some iOS6 Deprecations + +### 0.3.3 (Mar 5, 2014) +* CB-6172 Fix broken install on case-sensitive file-systems + diff --git a/plugin.xml b/plugin.xml index e4b31aa..932ff83 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.3.3-dev"> + version="0.3.3"> <name>InAppBrowser</name> <description>Cordova InAppBrowser Plugin</description>