diff --git a/Package.swift b/Package.swift index 185b33b..2b3a9d1 100644 --- a/Package.swift +++ b/Package.swift @@ -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.0") + .exact("12.3.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.3.0") + .exact("12.3.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.4.0/WebIdPayProductPlugin.framework-v13.4.0.zip", - checksum: "9d736a4e0a26be307ce6c6e3428235018672c8376702de271755086016cb194c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1.zip", + checksum: "ec050b5ac21dab56bb75441b26cd1fec8c530e2070ec6f73aa8056b74670635c" ), .target( name: "WebIdPayProductPluginWrapper",