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",