diff --git a/Package.swift b/Package.swift index aaefaa0..767e940 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", - .branch("snapshots") + .upToNextMinor(from: "21.0.2") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-366.zip", - checksum: "ab2734ac790f06782976411adf487d773940fd8864ef02d82afb6a913e152511" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-368.zip", + checksum: "398ea01e23491f35c66e38a249d05cf49911c69a63524cbac2cfcba181745c4b" ), .target( name: "WebIdPluginCoreWrapper",