From 877b32b89ae7d253b27159fcfaa986a4a84022b8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 12:08:07 +0200 Subject: [PATCH] add new version 20.1.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index d4a9556..bd8b5ee 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,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: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/20.1.0/WebIdPayProductPlugin.framework-v20.1.0.zip", - checksum: "d8ba36aeaf34ded62f418535f6a13b42d12e669a66a9ffc9d9db9dac913a4313" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/20.1.1/WebIdPayProductPlugin.framework-v20.1.1.zip", + checksum: "004efcaf116089c04b722a34c9674446ea0b8512cc76b3b2d38204c33b99cf86" ), .target( name: "WebIdPayProductPluginWrapper",