fxied version chwcekr
Some checks are pending
Build and Release IPA / Build IPA and Mac Catalyst (push) Waiting to run

This commit is contained in:
cranci1 2025-01-02 12:35:26 +01:00
parent 08d67c00fa
commit d9a5fd68ef
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ struct ContentView: View {
guard let release = release else { return }
let latestVersion = release.tagName
let currentVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "1.0.0"
let currentVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "0.1.1"
if latestVersion.compare(currentVersion, options: .numeric) == .orderedDescending {
DispatchQueue.main.async {

View file

@ -223,4 +223,4 @@ struct SearchResultsView: View {
}
}.resume()
}
}
}