diff --git a/Package.swift b/Package.swift index eca7c5e..89a6187 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/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.2.1") + .exact("15.2.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.2.1") + .exact("15.2.2") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.2.1") + .exact("15.2.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.2.1") + .exact("15.2.3") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.4.2/WebIdEIdProductPlugin.framework-v15.4.2.zip", - checksum: "f9982f1688075bb8b2afa8117033c0496cbe4c87201adcba8bbf309495c9e487" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.4.3/WebIdEIdProductPlugin.framework-v15.4.3.zip", + checksum: "a7584f089b6ceb116f81786b7411d496678ef4f2491e958a1b24c65c52d8d929" ), .target( name: "WebIdEIdProductPluginWrapper",