From 860edc9d398e8597135241d421cd51b9156cee32 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 14:47:52 +0200 Subject: [PATCH] add new version 22.3.3 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 454ec54..b5a3958 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("22.0.0") + .exact("22.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.0.0") + .exact("22.0.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.3.2/WebIdVideoIdProductPlugin.framework-v22.3.2.zip", - checksum: "5bff43213a00af6f4c03d042299846face79ff184e41c463df7edd341d714050" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.3/WebIdVideoIdProductPlugin.framework-v22.3.3.zip", + checksum: "4aa4cd09a495740855ba900f9807f7cdd66e51e895f0f9789296b2b520ae6d72" ), .target( name: "WebIdVideoIdProductPluginWrapper",