From 33a5abce871a88ec438c3158db924df4f513ce24 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 10 Oct 2024 14:12:32 +0200 Subject: [PATCH] add new version 13.1.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index a611a7a..0561f79 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ui-components-spm.git", - .upToNextMinor(from: "8.0.0") + .upToNextMinor(from: "8.1.0") ), .package( name: "WebIdIosSdk", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPluginCore/13.0.1/WebIdPluginCore.framework-v13.0.1.zip", - checksum: "df9cf4f679f5283a831cb2072402bed4772eaf2ba80d8787dd218e6a4ada1855" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPluginCore/13.1.0/WebIdPluginCore.framework-v13.1.0.zip", + checksum: "7bc14c37dcbd824e471b9ccd2e4dcf404e4db4233bc84b0109459b9d3d0136dc" ), .target( name: "WebIdPluginCoreWrapper",