From c6f77a99bcf747cb2f9d249d8d283769162b7992 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 13 Feb 2026 15:01:43 +0100 Subject: [PATCH] add new version 22.0.5 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index e438ea8..b194a32 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.1.0") + .exact("21.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.1.0") + .exact("21.1.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.4/WebIdVideoIdProductPlugin.framework-v22.0.4.zip", - checksum: "4caa331435c1721d15af7084a2921cc1aa35f4eccd61af91c9135fcff9d70944" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.5/WebIdVideoIdProductPlugin.framework-v22.0.5.zip", + checksum: "c8cbd04694dc763b6fba0c484744aaf3079d8e76dc778c0ce58f00c9e25860f8" ), .target( name: "WebIdVideoIdProductPluginWrapper",