From ecb5eab0ec6a63aa36e15fc3cf034100c230a943 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 18 Sep 2024 16:28:34 +0200 Subject: [PATCH] add new version 14.0.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index f45f922..e73b8b4 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/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", - .exact("14.0.0") + .exact("14.0.1") ), .package( name: "WebIdVideoIdentPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.0.0/WebIdMetaPlugin.framework-v14.0.0.zip", - checksum: "ac524f77f911e5519b158231d1488781eac4780490ca6cc8f16f90602d75ed39" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.0.1/WebIdMetaPlugin.framework-v14.0.1.zip", + checksum: "3612faa9c7153d8e1e503b98dad895a2ff2f3941f9ccc1d79e444fcc1b4d9896" ), .target( name: "WebIdMetaPluginWrapper",