diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2a31446..9f153be 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 4.0.3 (Apr 27, 2017) +* [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README` +* [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder + ### 4.0.2 (Feb 28, 2017) * [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml` * [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped` diff --git a/package.json b/package.json index 5637521..6d27992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "4.0.3-dev", + "version": "4.0.3", "description": "Cordova Splashscreen Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 5d77c5d..269785f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="4.0.3"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index d71078c..80f1f50 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="4.0.3"> Cordova Splashscreen Plugin Tests Apache 2.0