Skip to content

Commit 09e1f06

Browse files
committed
CB-13826 Updated version and RELEASENOTES.md for release 5.0.2
1 parent 9a6ff27 commit 09e1f06

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
-->
2121
# Release Notes
2222

23+
### 5.0.2 (Jan 24, 2018)
24+
* [CB-13750](https://issues.apache.org/jira/browse/CB-13750) Add build-tools-26.0.2 to travis
25+
* [CB-13737](https://issues.apache.org/jira/browse/CB-13737) (iOS): fix Splash screen images for iPhone X
26+
2327
### 5.0.1 (Dec 27, 2017)
2428
* [CB-13709](https://issues.apache.org/jira/browse/CB-13709) Fix to allow 5.0.0 version install (#144)
2529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-splashscreen",
3-
"version": "5.0.2-dev",
3+
"version": "5.0.2",
44
"description": "Cordova Splashscreen Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-splashscreen"
23-
version="5.0.2-dev">
23+
version="5.0.2">
2424
<name>Splashscreen</name>
2525
<description>Cordova Splashscreen Plugin</description>
2626
<license>Apache 2.0</license>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-splashscreen-tests"
23-
version="5.0.2-dev">
23+
version="5.0.2">
2424
<name>Cordova Splashscreen Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)