diff --git a/Package.swift b/Package.swift index 90ca694..ebd3af3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.1.0") + .exact("5.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.2") + .exact("11.1.5") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.2.0") + .exact("12.2.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.2/WebIdEIdOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1203.zip", - checksum: "5b3d15ba7de8950f0b263256c01d2fbe3b622cddc0f590047eb5b348d0dbdd81" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.2.0/WebIdEIdOnServerProductPlugin.framework-v13.2.0-SNAPSHOT-1221.zip", + checksum: "873299507f90859cb62f645b7d96c2570fd8fdfc932eeffc349f4aaef9376f63" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",