File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-media" ,
3
- "version" : " 4.0.1-dev " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " Cordova Media Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
xmlns:android=" http://schemas.android.com/apk/res/android"
23
23
id=" cordova-plugin-media"
24
- version =" 4.0.1-dev " >
24
+ version =" 4.0.0 " >
25
25
26
26
<name >Media</name >
27
27
<description >Cordova Media Plugin</description >
@@ -34,7 +34,7 @@ id="cordova-plugin-media"
34
34
<engine name =" cordova-android" version =" >=6.3.0" />
35
35
</engines >
36
36
37
- <dependency id =" cordova-plugin-file" version =" ^4 .0.0" />
37
+ <dependency id =" cordova-plugin-file" version =" ^5 .0.0" />
38
38
39
39
<js-module src =" www/MediaError.js" name =" MediaError" >
40
40
<clobbers target =" window.MediaError" />
You can’t perform that action at this time.
0 commit comments