From bb6f6edb8ad76c27c36c9957dc26b96c6c09a44b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 18 Apr 2024 21:48:48 +0200 Subject: [PATCH] add new version 11.1.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index e098635..666d90e 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("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("10.0.0") + .exact("10.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/11.0.0/WebIdIosIdentScanPlugin.framework-v11.0.0.zip", - checksum: "6c91d2acc65b1418961f2c02b7abd230b9e3e3002307223aa67a0b3db822d60b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/11.1.0/WebIdIosIdentScanPlugin.framework-v11.1.0.zip", + checksum: "9153794f66f99f42ca8ebcfdb5653a73ed8bb90e8df05e7ebf48cdfc0bfe53ea" ), .target( name: "WebIdIosIdentScanPluginWrapper",