diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9936bb3..b402524 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -71,3 +71,9 @@ * CB-6483 Use splash screen image from manifest on Windows8 * CB-6491 add CONTRIBUTING.md * Revert "Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen" + +### 0.3.2 (Aug 06, 2014) +* CB-6127 Updated translations for docs +* CB-7041 ios: Fix image filename logic when setting the iPad splash screen +* fixes Splashscreen crash on WP8 +* Remove outdated doc diff --git a/plugin.xml b/plugin.xml index 51c8985..be6273a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.3.3-dev"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml new file mode 100644 index 0000000..2938677 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,29 @@ + + + + + Cordova Splashscreen Plugin Tests + Apache 2.0 + + + + diff --git a/test/tests.js b/tests/tests.js similarity index 100% rename from test/tests.js rename to tests/tests.js