diff --git a/Package.swift b/Package.swift index 17ea2ad..49b1e7d 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git", - .upToNextMinor(from: "22.1.0") + .upToNextMinor(from: "22.2.0") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.5.0") + .upToNextMinor(from: "21.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdPluginCore/21.2.0/WebIdPluginCore.framework-v21.2.0.zip", - checksum: "84205fcdc4d1f544fd8404c0ab6a2998f8d91a3cc30a3339d8bc5ab6399d64f7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdPluginCore/22.0.0/WebIdPluginCore.framework-v22.0.0.zip", + checksum: "9f49c902cc4a4204f78dc44d8a107b8d708b74e1c4c3cd4436ad239b175f6ad6" ), .target( name: "WebIdPluginCoreWrapper",