diff --git a/Package.swift b/Package.swift index 041eab1..ec97f41 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/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.2.0/WebIdPayProductPlugin.framework-v15.2.0.zip", - checksum: "335eae86ca73ed493b1d83fdff5a68b58dc27cf4c33c861f017e481624cdf8bc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.2.1/WebIdPayProductPlugin.framework-v15.2.1.zip", + checksum: "6a6c54356973942a6cb13c1803068c0843dc1f356b99f053a77291c05093e1d4" ), .target( name: "WebIdPayProductPluginWrapper",