diff --git a/Package.swift b/Package.swift index 0e2295a..28b3109 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.0.0") + .exact("20.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.0.3/WebIdAutoIdentOnServerProductPlugin.framework-v20.0.3.zip", - checksum: "bf5b5e4ecbab1993e566aa333f158b1e493cc7e387b6a4e4a600ef1002e27b8d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/20.0.4/WebIdAutoIdentOnServerProductPlugin.framework-v20.0.4.zip", + checksum: "a893d2dff89e7227b117ad88195b108baf873cb63de4972cd7ed5b03fa1b3bcc" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",