@capgo/capacitor-video-thumbnails 8.1.1 → 8.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.
@@ -23,7 +23,7 @@ import java.util.concurrent.Executors;
23
23
  public class CapgoVideoThumbnailsPlugin extends Plugin {
24
24
 
25
25
  private static final String TAG = "CapgoVideoThumbnails";
26
- private final String pluginVersion = "8.1.1";
26
+ private final String pluginVersion = "8.1.2";
27
27
  private final ExecutorService executor = Executors.newSingleThreadExecutor();
28
28
 
29
29
  @PluginMethod
@@ -9,7 +9,7 @@ import UIKit
9
9
  */
10
10
  @objc(CapgoVideoThumbnailsPlugin)
11
11
  public class CapgoVideoThumbnailsPlugin: CAPPlugin, CAPBridgedPlugin {
12
- private let pluginVersion: String = "8.1.1"
12
+ private let pluginVersion: String = "8.1.2"
13
13
  public let identifier = "CapgoVideoThumbnailsPlugin"
14
14
  public let jsName = "CapgoVideoThumbnails"
15
15
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-video-thumbnails",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Generate video thumbnails from local or remote video files",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",