@capgo/capacitor-media-session 7.1.0 → 7.1.2

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.
package/README.md CHANGED
@@ -7,6 +7,10 @@
7
7
  </div>
8
8
  Expose media session controls for Capacitor apps
9
9
 
10
+ ## Documentation
11
+
12
+ The most complete doc is available here: https://capgo.app/docs/plugins/media-session/
13
+
10
14
  ## Install
11
15
 
12
16
  ```bash
@@ -30,7 +30,7 @@ import org.json.JSONObject;
30
30
  @CapacitorPlugin(name = "MediaSession")
31
31
  public class MediaSessionPlugin extends Plugin {
32
32
 
33
- private final String PLUGIN_VERSION = "7.1.0";
33
+ private final String PLUGIN_VERSION = "7.1.2";
34
34
 
35
35
  private static final String TAG = "CapgoMediaSession";
36
36
 
@@ -3,7 +3,7 @@ import Foundation
3
3
 
4
4
  @objc(MediaSessionPlugin)
5
5
  public class MediaSessionPlugin: CAPPlugin, CAPBridgedPlugin {
6
- private let PLUGIN_VERSION: String = "7.1.0"
6
+ private let PLUGIN_VERSION: String = "7.1.2"
7
7
  public let identifier = "MediaSessionPlugin"
8
8
  public let jsName = "MediaSession"
9
9
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-media-session",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "description": "Capacitor plugin to expose media session controls of the device",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",