diff --git a/Package.swift b/Package.swift index b28f815..edcd0fc 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("12.0.3") + .exact("12.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.3") + .exact("12.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.0.1") + .exact("5.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.0.1") + .exact("11.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.0.7/WebIdEIdProductPlugin.framework-v13.0.7.zip", - checksum: "3b5b1a766d9f2f81fba219d31396fe4ae4cbddcfb49eb7ad1ef3d5474e394686" + 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" ), .target( name: "WebIdEIdProductPluginWrapper",