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-media.git

commit f90bac5f32f1f73084d9a8cfee8554ffdc03f47f
Author: Suraj Pindoria <pindoria.su...@gmail.com>
AuthorDate: Wed Jan 24 14:38:34 2018 -0800

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

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index db7d23d..86c9bf6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Release Notes
 
+### 5.0.2 (Jan 24, 2018)
+* [CB-13751](https://issues.apache.org/jira/browse/CB-13751) Add 
build-tools-26.0.2 to travis (#163)
+* Fix for [CB-11513](https://issues.apache.org/jira/browse/CB-11513)
+* [CB-7684](https://issues.apache.org/jira/browse/CB-7684) (#143)
+
 ### 5.0.1 (Dec 27, 2017)
 * [CB-13706](https://issues.apache.org/jira/browse/CB-13706) Fix to allow 
5.0.0 version install (#160)
 * Bump cordova-plugin-file dependency to 6.0.0
diff --git a/package.json b/package.json
index d820b56..84c9feb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "5.0.2-dev",
+  "version": "5.0.2",
   "description": "Cordova Media Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 564f6da..039162e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
 xmlns:android="http://schemas.android.com/apk/res/android";
 id="cordova-plugin-media"
-    version="5.0.2-dev">
+    version="5.0.2">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 7ecb2b1..a1e2e78 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets";
     xmlns:android="http://schemas.android.com/apk/res/android";
     id="cordova-plugin-media-tests"
-    version="5.0.2-dev">
+    version="5.0.2">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">

-- 
To stop receiving notification emails like this one, please contact
surajpindo...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to