diff --git a/Package.swift b/Package.swift index e3365a9..371590b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,17 +17,17 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.2") + .exact("20.3.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.2") + .exact("20.3.3") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("20.3.0") + .exact("20.3.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.0.4/WebIdEIdProductPlugin.framework-v21.0.4-SNAPSHOT-1528.zip", - checksum: "d61fc661097f46e704a71905912b6dfb15146fca1bd2f0adfc618f91ba3aa52d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.0.4/WebIdEIdProductPlugin.framework-v21.0.4-SNAPSHOT-1530.zip", + checksum: "d78cd7bee2f1c68818f8eda1971c132b7e6adb7d0d8dcbb5d3a8bfd4c2af361d" ), .target( name: "WebIdEIdProductPluginWrapper",