From a1d1df5d931c850f05d12d06810cd296fbf17f10 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 11 Mar 2026 09:19:42 +0100 Subject: [PATCH] add new version 21.2.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 5218aa2..9f6f0e8 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("21.0.3") + .exact("21.0.5") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/21.2.0/WebIdIosIdentScanPlugin.framework-v21.2.0.zip", - checksum: "c8a727c7dc80428b2b89bf2c5126f3fb8cf2c044d059d1ac944274a4e6dd2a5f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/21.2.1/WebIdIosIdentScanPlugin.framework-v21.2.1.zip", + checksum: "68e6212d726fb89b25df524660e3c600b2868f6399d7c360d8f7caeea3f55a72" ), .target( name: "WebIdIosIdentScanPluginWrapper",