diff --git a/Package.swift b/Package.swift index 70def68..ce7a0f9 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("10.1.0") + .exact("10.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.2") + .exact("11.1.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.2.0") + .exact("12.2.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.14/WebIdPayProductPlugin.framework-v13.0.14.zip", - checksum: "0baa5df9a9a6081df46b28350117226df3a68e40ec5589c5c27190520d9e88b2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.1.0/WebIdPayProductPlugin.framework-v13.1.0.zip", + checksum: "ebe7d327324f596c31072a081b29c57a6cfadfc770018fcd06511df3ae6b91a2" ), .target( name: "WebIdPayProductPluginWrapper",