diff --git a/Package.swift b/Package.swift index edcd0fc..c2c0a17 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/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdEIdentPlugin", @@ -32,14 +32,14 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.0") + .exact("11.1.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.0.8/WebIdEIdProductPlugin.framework-v13.0.8.zip", - checksum: "c056bf616983f5435bf5683d824ac1e27a097bef37d73717e37272f105b865d1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.0.9/WebIdEIdProductPlugin.framework-v13.0.9.zip", + checksum: "a25b150aee60c0d896b1042b45c63c74340baec86c5c9229789d4ecd602f895b" ), .target( name: "WebIdEIdProductPluginWrapper",