diff --git a/Package.swift b/Package.swift index 230724b..5880e0e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("10.2.0") + .exact("10.2.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -27,19 +27,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.3.1") + .exact("12.3.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.3.1") + .exact("12.3.2") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.4.2/WebIdPayOnServerProductPlugin.framework-v13.4.2.zip", - checksum: "b6183c7d1ae15daa8f88b278bc4be764e19bdabb5e8b1770f00e31ffdcc31586" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.5.0/WebIdPayOnServerProductPlugin.framework-v13.5.0.zip", + checksum: "aed2f8428bef76be9839ec55d2bb0d797c5645a28d68acfdd1589daec78c3bde" ), .target( name: "WebIdPayOnServerProductPluginWrapper",