You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/27 15:41:20 UTC

[cordova-plugin-media] branch master updated: chore(release): 5.0.4-dev

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 68c3735  chore(release): 5.0.4-dev
68c3735 is described below

commit 68c3735c78b0c9d76acbf917a8663e44dce894bc
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 17:38:49 2019 +0200

    chore(release): 5.0.4-dev
---
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 82bdd9d..b866919 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "description": "Cordova Media Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 60c7fab..9a1c6cf 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.3">
+    version="5.0.4-dev">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index 9052b41..37afd59 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-tests",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-media-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 79b0ae5..1cd9457 100644
--- a/tests/plugin.xml
+++ b/tests/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-tests"
-    version="5.0.3">
+    version="5.0.4-dev">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">


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