diff --git a/Package.swift b/Package.swift index 67bd00b..268c701 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.3.1") + .exact("12.3.2") ), .package( name: "AhoyWebRTC", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentPlugin/10.7.0/WebIdVideoIdentPlugin.framework-v10.7.0.zip", - checksum: "45abd831e62ce8d4c9d5fd8d1770b4ce02aa4c54a74bdb50e25d160c61659b6d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentPlugin/10.7.1/WebIdVideoIdentPlugin.framework-v10.7.1.zip", + checksum: "f16ff17c97caee21e10f2bc61fc4afaa5c8187704bfd7baab3995625c04262bd" ), .target( name: "WebIdVideoIdentPluginWrapper",