diff --git a/Package.swift b/Package.swift index 6c10869..b188ad8 100644 --- a/Package.swift +++ b/Package.swift @@ -22,19 +22,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.1.0") + .exact("20.1.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("20.1.0") + .exact("20.1.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.1.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.1.0.zip", - checksum: "f2142376bf0cedae4247a060092bf8295d5a8cb90f2f81b366269e1ef905ebfd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.1.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.1.1.zip", + checksum: "67380fa0ebb73986b0d71f55a9c6d1070ac16ca340922e389e886b857660f58c" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",