From 5e5ecaa0d0df61201ea9d7a146339abcc40c3711 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 28 Jun 2024 15:27:12 +0200 Subject: [PATCH] add new version 13.0.4 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 21a86d4..c9b68a5 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.0.2") + .exact("12.0.3") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.2") + .exact("12.0.3") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.3/WebIdPayProductPlugin.framework-v13.0.3.zip", - checksum: "9139cec78c86f4a0c26f50ed1ef42b3dafcc51220056e9254fc16990f9107670" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.4/WebIdPayProductPlugin.framework-v13.0.4.zip", + checksum: "79f49522844c4d041d81d8111d965ecfb73a2d91ae753af8cad9736e9bae56af" ), .target( name: "WebIdPayProductPluginWrapper",