From 0abc36ef5be73e1be388aa111fca6aec6f8321cd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 21:32:46 +0200 Subject: [PATCH] add new version 13.6.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 468e936..2ae7698 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("13.6.0") + .exact("13.6.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.6.0") + .exact("10.6.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.6.0/WebIdMetaPlugin.framework-v13.6.0.zip", - checksum: "d19e698a81dab8b6509465f20ec6dd82a8417360ef3f8476ffbd4c90731d612f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.6.1/WebIdMetaPlugin.framework-v13.6.1.zip", + checksum: "a4934525b9f3a484ef83d9cd983596bb2d607f661564254fc274afef1b92684f" ), .target( name: "WebIdMetaPluginWrapper",