@capgo/capacitor-video-player 7.1.3 → 7.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ import java.util.Map;
38
38
  )
39
39
  public class VideoPlayerPlugin extends Plugin {
40
40
 
41
- private final String PLUGIN_VERSION = "7.1.3";
41
+ private final String PLUGIN_VERSION = "7.1.4";
42
42
 
43
43
  // Permission alias constants
44
44
  private static final String PERMISSION_DENIED_ERROR = "Unable to access media videos, user denied permission request";
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(VideoPlayerPlugin)
9
9
  public class VideoPlayerPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let PLUGIN_VERSION: String = "7.1.3"
10
+ private let PLUGIN_VERSION: String = "7.1.4"
11
11
  public let identifier = "VideoPlayerPlugin"
12
12
  public let jsName = "VideoPlayer"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-video-player",
3
- "version": "7.1.3",
3
+ "version": "7.1.4",
4
4
  "description": "Capacitor plugin to play video in native player",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",