From f0e5fdc53c47b809880251bd5db92262512b177a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Aug 2024 15:06:43 +0200 Subject: [PATCH] add new version 13.1.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 866e9ff..bbf736c 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.3") + .exact("11.1.4") ), .package( name: "WebIdIosIdentScanPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.1.0/WebIdEIdOnServerProductPlugin.framework-v13.1.0.zip", - checksum: "6ad64b4c766061c43d691e0a8c9643cf70393e535d6f2240b7500c67de643732" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.1.1/WebIdEIdOnServerProductPlugin.framework-v13.1.1.zip", + checksum: "bf74bae356b0a550cc9a258adfedcbdea6075f2342969cdd07c5ea2086c4ab22" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",