diff --git a/Package.swift b/Package.swift index 8ee2f75..03e2429 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("20.0.0") + .exact("20.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("20.0.1") + .exact("20.0.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.0.3/WebIdEIdProductPlugin.framework-v20.0.3.zip", - checksum: "af5a9ddcefb8892b7c9b2b1422e30ca3bdb0235c714f94bf6c6157981013f40e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/20.0.4/WebIdEIdProductPlugin.framework-v20.0.4.zip", + checksum: "f4932088b639f726ae4d77f552dadf3b3fca2ee81505d82868f4212d079e334e" ), .target( name: "WebIdEIdProductPluginWrapper",