From 2ba281d88f8d1c4fd88f5f65cfce0a3c437680aa Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 21:32:44 +0200 Subject: [PATCH] add new version 13.6.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 603621c..4b6fc5a 100644 --- a/Package.swift +++ b/Package.swift @@ -32,14 +32,14 @@ let package = Package( .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") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.6.0/WebIdVideoIdentProductPlugin.framework-v13.6.0.zip", - checksum: "0163a2fe8d1c52813a91d81d03c211a69a57c2c72974c9f962a585117dd9cad0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.6.1/WebIdVideoIdentProductPlugin.framework-v13.6.1.zip", + checksum: "8ea1acb890a6b6a3c953e6a3faccfe5bfc5f6691c71cc3e00554fe487f0f995f" ), .target( name: "WebIdVideoIdentProductPluginWrapper",