CB-8110 Updated version and RELEASENOTES.md for release 0.3.5

This commit is contained in:
Steve Gill 2014-12-02 16:07:02 -08:00
parent 29ac24ff9d
commit 67e8b9f01d
3 changed files with 6 additions and 2 deletions

View File

@ -94,3 +94,7 @@
* Added 'npm test' * Added 'npm test'
* CB-7663 - iOS unit tests for splash screen * CB-7663 - iOS unit tests for splash screen
* Properly formatted splashscreen preference docs. * 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

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="org.apache.cordova.splashscreen" id="org.apache.cordova.splashscreen"
version="0.3.5-dev"> version="0.3.5">
<name>Splashscreen</name> <name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description> <description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="org.apache.cordova.splashscreen.tests" id="org.apache.cordova.splashscreen.tests"
version="0.3.5-dev"> version="0.3.5">
<name>Cordova Splashscreen Plugin Tests</name> <name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>