From bc641654af90033d41a80b5e48618693f1c227ae Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Feb 2026 07:18:02 +0100 Subject: [PATCH] add new version 21.0.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index cfc5209..18c1978 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("21.0.1") + .exact("21.0.2") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("21.0.0") + .exact("21.0.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.1/WebIdDigitalSigningPlugin.framework-v21.0.1.zip", - checksum: "27f2246cc97c43311baf423c7942248ae424405e29084e4a4cb63128711488c3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.2/WebIdDigitalSigningPlugin.framework-v21.0.2.zip", + checksum: "eec03251ba8c053c02b82ece47efdb4675b94e68d5cd1c1f12a9913a80b25511" ), .target( name: "WebIdDigitalSigningPluginWrapper",