From 8cbe363c8afae463bf5a651a97f294276252dd3b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 18 Jun 2024 16:51:23 +0200 Subject: [PATCH] add new version 13.0.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 928ad50..281cffe 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("10.0.0") + .exact("10.0.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.0/WebIdPayProductPlugin.framework-v13.0.0.zip", - checksum: "727e6e9a54ab6a7e8c43cf26c63f0ca0668976d485d95caa855fba5d8c9749dc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.1/WebIdPayProductPlugin.framework-v13.0.1.zip", + checksum: "2149e5afd84a407ead428a7d14fbdc8d476972dea6a347c3441e3520af87eaa8" ), .target( name: "WebIdPayProductPluginWrapper",