diff --git a/Package.swift b/Package.swift index 046e7a5..3055d01 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("11.1.0") + .exact("11.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.1.0") + .exact("11.1.1") ), .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("10.0.1") + .exact("10.0.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/12.0.4/WebIdEIdProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", - checksum: "cf03b904dc700eaf2349fe966a246b843b8374902d3cebe23b00719709319bd7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/12.0.4/WebIdEIdProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip", + checksum: "887347c005ca3f1ceb7e78c84ceba6778b2d24cbf6f44b5f274f1c3ad9de15bb" ), .target( name: "WebIdEIdProductPluginWrapper",