From 680adaacb2ab42403c6d46f473d15a855180f728 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 20:32:30 +0100 Subject: [PATCH] add new version 15.1.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 2358576..b194969 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("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.0/WebIdIosIdentScanPlugin.framework-v15.1.0.zip", - checksum: "63c8a5038b91b32b551018902ee6e75c1ff6ba98766bf0d5d414396cc593006d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.1/WebIdIosIdentScanPlugin.framework-v15.1.1.zip", + checksum: "9aa102528c8bc1bec58a3786e451b67f7a2b3f78c2868e1ea5c6cc49f8f9d4e1" ), .target( name: "WebIdIosIdentScanPluginWrapper",