Version 7 (1.0.7)

This commit is contained in:
Letro Bot
2026-05-05 13:31:04 +03:30
parent f67e9cca4e
commit 119787622d
3 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ struct LegalInformationScreen: View {
private var acknowledgementURL: URL {
let version = InfoPlistReader.main.bundleShortVersionString
let baseURL = URL(string: "https://git.postnumber.com/letro/letro-authentication-service/releases/download/")!
let baseURL = URL(string: "https://git.postnumber.com/letro/letro-ios/releases/download/")!
return URL(string: "letro-v\(version)/sbom.json", relativeTo: baseURL)!.absoluteURL
}
}