diff --git a/Package.swift b/Package.swift index 5700eaa..4ead271 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.5.3") + .exact("12.6.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.5.3") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.7.1/WebIdPayProductPlugin.framework-v13.7.1.zip", - checksum: "c120cea9493712920873efbdd8cb2984d17491effb1bc13aab33131c3d672c84" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.7.2/WebIdPayProductPlugin.framework-v13.7.2.zip", + checksum: "e2eae3d8f2ec7ac327839eb75f7fd07a24281be38ba70aea22936de421a3b6fa" ), .target( name: "WebIdPayProductPluginWrapper",