From 0b733d179739b9c6f81d583cc9d4962d8bc0eb98 Mon Sep 17 00:00:00 2001 From: Steven Gill <stevengill97@gmail.com> Date: Wed, 9 Oct 2013 15:33:12 -0700 Subject: [PATCH] [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3 --- RELEASENOTES.md | 6 ++++++ plugin.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d5950f2..85e9b6e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -26,3 +26,9 @@ * Rename CHANGELOG.md -> RELEASENOTES.md * [CB-4806] Update splashscreen image bounds for iOS 7 * [CB-4752] Incremented plugin version on dev branch. + +### 0.2.3 (Oct 9, 2013) +* [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7 +* [CB-4934] plugin-splashscreen should not show by default on Windows8 +* [CB-4929] plugin-splashscreen not loading proxy windows8 +* [CB-4915] Incremented plugin version on dev branch. \ No newline at end of file diff --git a/plugin.xml b/plugin.xml index cf3ae76..245720e 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.splashscreen" - version="0.2.3-dev"> + version="0.2.3"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license>