diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2f33544..cd1e211 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -94,3 +94,7 @@ * Added 'npm test' * CB-7663 - iOS unit tests for splash screen * Properly formatted splashscreen preference docs. + +### 0.3.5 (Dec 02, 2014) +* CB-7204 - Race condition when hiding and showing spinner (closes #21) +* CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen diff --git a/plugin.xml b/plugin.xml index ec41037..38a5063 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.3.5"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 214adab..3fe35be 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.3.5"> Cordova Splashscreen Plugin Tests Apache 2.0