Skip to content

Commit a1ab608

Browse files
chore(release): 7.1.1
1 parent bceeeb3 commit a1ab608

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/src/main/java/io/capgo/filecompressor/FileCompressorPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@CapacitorPlugin(name = "FileCompressor")
1919
public class FileCompressorPlugin extends Plugin {
2020

21-
private final String pluginVersion = "7.1.0";
21+
private final String pluginVersion = "7.1.1";
2222

2323
@PluginMethod
2424
public void compressImage(PluginCall call) {

ios/Sources/FileCompressorPlugin/FileCompressorPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import UIKit
44

55
@objc(FileCompressorPlugin)
66
public class FileCompressorPlugin: CAPPlugin, CAPBridgedPlugin {
7-
private let pluginVersion: String = "7.1.0"
7+
private let pluginVersion: String = "7.1.1"
88
public let identifier = "FileCompressorPlugin"
99
public let jsName = "FileCompressor"
1010
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-file-compressor",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Capacitor plugin for efficient image compression supporting PNG, JPEG, and WebP formats across iOS, Android, and Web platforms",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)