diff --git a/Package.swift b/Package.swift index 128080c..b45a0e8 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.1.1/WebIdEIdProductPlugin.framework-v22.1.1.zip", - checksum: "71c7dca5ff45794068ec3f4ab0c9c6dbf210c89220c2b55531fbdd810359344f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.2.0/WebIdEIdProductPlugin.framework-v22.2.0.zip", + checksum: "4cafe3b6a7a8a6cc4d718428d9e9c5543543b6a9379185667a77e4c060fbfca1" ), .target( name: "WebIdEIdProductPluginWrapper",