From f723ba9eb0023dabdc2105320f96dfc8c1b61066 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 3 Sep 2024 12:47:48 +0200 Subject: [PATCH] add new version 13.2.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 2b1e01a..e62b7f3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ 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.1.1") + .exact("13.2.0") ), .package( name: "WebIdVideoIdentPlugin", @@ -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.1.1/WebIdMetaPlugin.framework-v13.1.1.zip", - checksum: "1c8d8aaae54080ce829be7bedf7fa920379f6f6d9a6d83dfec50a3310592cefd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.2.0/WebIdMetaPlugin.framework-v13.2.0.zip", + checksum: "ae241725bf8aad44465a009c2c8c44610c4276e2af180a9988cf73e61377235c" ), .target( name: "WebIdMetaPluginWrapper",