diff --git a/Package.swift b/Package.swift index 8dc571c..930ccd8 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.1") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.4.1/WebIdPluginCore.framework-v20.4.1-SNAPSHOT-357.zip", - checksum: "44218aa446533670941c248787b2c4dafb67948e827ba22f2b12eb23d0c61acb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.4.1/WebIdPluginCore.framework-v20.4.1-SNAPSHOT-358.zip", + checksum: "9b324ab8d49e1432215a046684e7c1bf258cee0ed8c65402f44c2c75769b83de" ), .target( name: "WebIdPluginCoreWrapper",