@capgo/capacitor-media-session
Advanced tools
@@ -33,3 +33,3 @@ package com.capgo.mediasession; | ||
| private final String pluginVersion = "8.0.28"; | ||
| private final String pluginVersion = "8.0.29"; | ||
@@ -36,0 +36,0 @@ private static final String TAG = "CapgoMediaSession"; |
@@ -7,3 +7,3 @@ import Capacitor | ||
| public class MediaSessionPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.0.28" | ||
| private let pluginVersion: String = "8.0.29" | ||
| public let identifier = "MediaSessionPlugin" | ||
@@ -10,0 +10,0 @@ public let jsName = "MediaSession" |
+3
-2
| { | ||
| "name": "@capgo/capacitor-media-session", | ||
| "version": "8.0.28", | ||
| "version": "8.0.29", | ||
| "description": "Capacitor plugin to expose media session controls of the device", | ||
@@ -53,3 +53,4 @@ "main": "dist/plugin.cjs.js", | ||
| "example:install": "cd example-app && bun install --frozen-lockfile", | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build" | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build", | ||
| "changelog:ai": "node scripts/generate-ai-changelog.mjs" | ||
| }, | ||
@@ -56,0 +57,0 @@ "devDependencies": { |
100123
0.06%