diff --git a/Package.swift b/Package.swift index 70b45df..6c97c73 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .exact("20.0.0") + .exact("20.0.1") ), .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: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/20.0.3/WebIdPayOnServerProductPlugin.framework-v20.0.3.zip", - checksum: "c81ab5c6f92d775868f5ff8e1f7d60bbda7473bdea501292a5a9bf298eb68bcf" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/20.0.4/WebIdPayOnServerProductPlugin.framework-v20.0.4.zip", + checksum: "0e2674d2c28aeca60d2089ef14d4ceeecab529b245b62eb6176b7cad7e613990" ), .target( name: "WebIdPayOnServerProductPluginWrapper",