@capgo/capacitor-pdf-generator 7.2.1 → 7.2.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.
@@ -29,7 +29,7 @@ import java.util.Locale;
29
29
  @CapacitorPlugin(name = "PdfGenerator")
30
30
  public class PdfGeneratorPlugin extends Plugin {
31
31
 
32
- private final String pluginVersion = "7.2.1";
32
+ private final String pluginVersion = "7.2.2";
33
33
 
34
34
  private final Handler mainHandler = new Handler(Looper.getMainLooper());
35
35
  private final List<PdfGenerationTask> tasks = new ArrayList<>();
@@ -4,7 +4,7 @@ import WebKit
4
4
 
5
5
  @objc(PdfGeneratorPlugin)
6
6
  public class PdfGeneratorPlugin: CAPPlugin, CAPBridgedPlugin {
7
- private let pluginVersion: String = "7.2.1"
7
+ private let pluginVersion: String = "7.2.2"
8
8
  public let identifier = "PdfGeneratorPlugin"
9
9
  public let jsName = "PdfGenerator"
10
10
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-pdf-generator",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "description": "Generate PDF files from HTML strings or URLs on iOS and Android.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",