diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e0c90c9..73b2a1e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # Release Notes +### 5.0.3 (May 09, 2019) +* Update CI configuration and README ([#210](https://github.com/apache/cordova-plugin-splashscreen/pull/210), [#208](https://github.com/apache/cordova-plugin-splashscreen/pull/208), [#198](https://github.com/apache/cordova-plugin-splashscreen/pull/198), [#194](https://github.com/apache/cordova-plugin-splashscreen/pull/194)) +* Add or update GitHub pull request and issue template +* [CB-13826](https://issues.apache.org/jira/browse/CB-13826) Incremented plugin version. +* [CB-12277](https://issues.apache.org/jira/browse/CB-12277) (android) avoid NullPointerException on splashImageView when removing splashscreen + ### 5.0.2 (Jan 24, 2018) * [CB-13750](https://issues.apache.org/jira/browse/CB-13750) Add build-tools-26.0.2 to travis * [CB-13737](https://issues.apache.org/jira/browse/CB-13737) (iOS): fix Splash screen images for iPhone X diff --git a/package.json b/package.json index 4b79af8..5488588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "5.0.3-dev", + "version": "5.0.3", "description": "Cordova Splashscreen Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index fea1a57..3c3b5b4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="5.0.3"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 199a6f5..4561731 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen-tests", - "version": "4.0.3-dev", + "version": "5.0.3", "description": "", "cordova": { "id": "cordova-plugin-splashscreen-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index deee541..71628dd 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="5.0.3"> Cordova Splashscreen Plugin Tests Apache 2.0