We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad48420 commit e1dc539Copy full SHA for e1dc539
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-media",
3
- "version": "4.0.0",
+ "version": "4.0.1-dev",
4
"description": "Cordova Media Plugin",
5
"types": "./types/index.d.ts",
6
"cordova": {
plugin.xml
@@ -21,7 +21,7 @@
21
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22
xmlns:android="http://schemas.android.com/apk/res/android"
23
id="cordova-plugin-media"
24
- version="4.0.0">
+ version="4.0.1-dev">
25
26
<name>Media</name>
27
<description>Cordova Media Plugin</description>
0 commit comments