From 630d9886aeb3c2a26e00f573bdae2716df138d91 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Apr 2026 00:08:05 +0200 Subject: [PATCH] add new version 22.3.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index b88a138..1eaa3b1 100644 --- a/Package.swift +++ b/Package.swift @@ -32,14 +32,14 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.0.0") + .exact("22.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.3.0/WebIdEIdProductPlugin.framework-v22.3.0.zip", - checksum: "b1a7a531aab2aff341b8bcde142624f75afe8939363a7a16ced2e257c8e870f8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.3.1/WebIdEIdProductPlugin.framework-v22.3.1.zip", + checksum: "c96e8a0e9df22378eaff5b6fe3f8832f1be557b36667afa2463302b34fe2b7c6" ), .target( name: "WebIdEIdProductPluginWrapper",