Skip to content

Commit ad48420

Browse files
committed
CB-13542 updated file plugin dependency
1 parent dd357b5 commit ad48420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "4.0.1-dev",
3+
"version": "4.0.0",
44
"description": "Cordova Media Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 2 additions & 2 deletions
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="4.0.1-dev">
24+
version="4.0.0">
2525

2626
<name>Media</name>
2727
<description>Cordova Media Plugin</description>
@@ -34,7 +34,7 @@ id="cordova-plugin-media"
3434
<engine name="cordova-android" version=">=6.3.0" />
3535
</engines>
3636

37-
<dependency id="cordova-plugin-file" version="^4.0.0" />
37+
<dependency id="cordova-plugin-file" version="^5.0.0" />
3838

3939
<js-module src="www/MediaError.js" name="MediaError">
4040
<clobbers target="window.MediaError" />

0 commit comments

Comments
 (0)