This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git

commit 09e1f06fb0a78c4a0407bcfc9d66ff11d2681ce4
Author: Suraj Pindoria <[email protected]>
AuthorDate: Wed Jan 24 14:38:34 2018 -0800

    CB-13826 Updated version and RELEASENOTES.md for release 5.0.2
---
 RELEASENOTES.md  | 4 ++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a92ded9..e0c90c9 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 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
+
 ### 5.0.1 (Dec 27, 2017)
 * [CB-13709](https://issues.apache.org/jira/browse/CB-13709) Fix to allow 
5.0.0 version install (#144)
 
diff --git a/package.json b/package.json
index 914cd1f..e43335e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-splashscreen",
-  "version": "5.0.2-dev",
+  "version": "5.0.2",
   "description": "Cordova Splashscreen Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index f2ef75c..bf3c8a4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
            id="cordova-plugin-splashscreen"
-      version="5.0.2-dev">
+      version="5.0.2">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3a35c8b..60d7084 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
     id="cordova-plugin-splashscreen-tests"
-    version="5.0.2-dev">
+    version="5.0.2">
     <name>Cordova Splashscreen Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to