Skip to content

Commit 36bf91c

Browse files
committed
CB-13681 Updated version and RELEASENOTES.md for release 5.0.0 (via coho)
1 parent a606af9 commit 36bf91c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

RELEASENOTES.md

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

23+
### 5.0.0 (Dec 15, 2017)
24+
* [CB-13677](https://issues.apache.org/jira/browse/CB-13677) Remove deprecated platforms
25+
2326
### 4.1.0 (Nov 06, 2017)
2427
* [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor
2528
* [CB-12011](https://issues.apache.org/jira/browse/CB-12011) (android) added the possibility to change the spinner color on **Android 5.0**+ apps

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.0-dev",
3+
"version": "5.0.0",
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.0-dev">
23+
version="5.0.0">
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="4.1.1-dev">
23+
version="5.0.0">
2424
<name>Cordova Splashscreen Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)