diff --git a/Package.swift b/Package.swift index 19590f3..dd01ecb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .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") ), .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: "WebIdEIdentPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.1.0/WebIdEIdProductPlugin.framework-v20.1.0.zip", - checksum: "64f5d7b2305f3bfa4a5f58392940952c8e010662537b86f143a7a1ee83b499b6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.1.1/WebIdEIdProductPlugin.framework-v20.1.1.zip", + checksum: "ca55fba6341280fca70e7f1638d936e2aad9b11f605ee413dcfe0e7b7ee31b0c" ), .target( name: "WebIdEIdProductPluginWrapper",