Skip to content

Commit b031405

Browse files
committed
Merge tag '0.36.0' into develop
2 parents c6d4201 + d239573 commit b031405

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Sources/HostApp/FeatureSettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct FeatureSettingsView: View {
4343
tag: 3,
4444
title: "Xcode",
4545
subtitle: "Xcode related features",
46-
image: "app"
46+
image: "hammer.circle"
4747
)
4848

4949
ForEach(Array(tabContainer.tabs.enumerated()), id: \.1.id) { index, tab in

Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
APP_VERSION = 0.36.0
2-
APP_BUILD = 476
2+
APP_BUILD = 477
33
RELEASE_CHANNEL =
44
RELEASE_NUMBER = 1

0 commit comments

Comments
 (0)