Skip to content

Commit 68c3735

Browse files
committed
chore(release): 5.0.4-dev
1 parent a3641b5 commit 68c3735

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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-media",
3-
"version": "5.0.3",
3+
"version": "5.0.4-dev",
44
"description": "Cordova Media 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
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-media"
24-
version="5.0.3">
24+
version="5.0.4-dev">
2525

2626
<name>Media</name>
2727
<description>Cordova Media Plugin</description>

tests/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-media-tests",
3-
"version": "5.0.3",
3+
"version": "5.0.4-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-media-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-media-tests"
24-
version="5.0.3">
24+
version="5.0.4-dev">
2525
<name>Cordova Media Plugin Tests</name>
2626
<license>Apache 2.0</license>
2727
<js-module src="tests.js" name="tests">

0 commit comments

Comments
 (0)