From 85bdb99463d741824c1a807f86448b5b4d276df3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Jun 2024 15:30:16 +0200 Subject: [PATCH] add new version 13.0.3 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 5280d20..21a86d4 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.1") + .exact("12.0.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.1") + .exact("12.0.2") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.2/WebIdPayProductPlugin.framework-v13.0.2.zip", - checksum: "25ceb5df715363db57a5764f5ce025e4a344f0bae46888886ba8f29a8a320955" + 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" ), .target( name: "WebIdPayProductPluginWrapper",