diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ff277a5..14060f1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 3.2.1 (Mar 09, 2016) +* CB-10764: Remove emoji in cordova-plugin-splashscreen +* CB-10650 Non-index content.src causes Splashscreen to be not displayed on ** Browser ** +* CB-10636 Add JSHint for plugins +* CB-10606 fix deprecation warning for interfaceOrientation on ** iOS ** +* chore: edit package.json license to match SPDX id + ### 3.2.0 (Feb 09, 2016) * [CB-10422](https://issues.apache.org/jira/browse/CB-10422) Splashscreen displays black screen with no image on Android * [CB-10412](https://issues.apache.org/jira/browse/CB-10412) AutoHideSplashScreen "false" isn't taken in account on iOS diff --git a/package.json b/package.json index 64a61ae..09d4e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "3.2.1-dev", + "version": "3.2.1", "description": "Cordova Splashscreen Plugin", "cordova": { "id": "cordova-plugin-splashscreen", diff --git a/plugin.xml b/plugin.xml index c00aa7e..be71e0d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="3.2.1"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 437e12d..62db44d 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="3.2.1"> Cordova Splashscreen Plugin Tests Apache 2.0