diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cd1e211..1be9790 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -98,3 +98,8 @@ ### 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 + +### 1.0.0 (Feb 04, 2015) +* CB-8351 ios: Stop using deprecated IsIpad macro +* CB-3679 Add engine tag for Android >= 3.6.0 due to use of `preferences` +* CB-3679 Make SplashScreen plugin compatible with cordova-android@4.0.x diff --git a/plugin.xml b/plugin.xml index eefc788..fd70fd2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="1.0.0"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index e9df326..008a851 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.4.0"> Cordova Splashscreen Plugin Tests Apache 2.0