diff --git a/Package.swift b/Package.swift index 43cdfa0..5101dc3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("20.0.0") + .exact("20.1.0") ), .package( name: "DeviceKit", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentPlugin/20.0.1/WebIdVideoIdentPlugin.framework-v20.0.1.zip", - checksum: "f83b153c2b1b4e1d89ea11367eae689677934e84dd3b79deccc8f905cecb4663" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentPlugin/20.1.0/WebIdVideoIdentPlugin.framework-v20.1.0.zip", + checksum: "256e1b7a570e26fc7880d221b8be3f7353a7cd5c345ff4d77182a7eb2a24f4ba" ), .target( name: "WebIdVideoIdentPluginWrapper",