Skip to content

Commit caf816b

Browse files
committed
Merge tag '0.15.4' into develop
2 parents 57fa2ca + 8562d5e commit caf816b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Core/Sources/HostApp/TabContainer.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Foundation
2+
import LaunchAgentManager
23
import SwiftUI
34
import UpdateChecker
45

@@ -76,7 +77,7 @@ public struct TabContainer: View {
7677
try await LaunchAgentManager()
7778
.setupLaunchAgentForTheFirstTimeIfNeeded()
7879
} catch {
79-
toastController.toast(content: error.localizedDescription, type: .error)
80+
toastController.toast(content: Text(error.localizedDescription), type: .error)
8081
}
8182
}
8283
#endif

Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION = 0.15.3
2-
APP_BUILD = 153
1+
APP_VERSION = 0.15.4
2+
APP_BUILD = 154

0 commit comments

Comments
 (0)