Skip to content

Commit d21aac1

Browse files
committed
chore: Release v1.45.1
1 parent cf5e508 commit d21aac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FileBrowserClient/FileBrowserClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
"$(inherited)",
677677
"@executable_path/Frameworks",
678678
);
679-
MARKETING_VERSION = 1.45.0;
679+
MARKETING_VERSION = 1.45.1;
680680
PRODUCT_BUNDLE_IDENTIFIER = thevickypedia.FileBrowserClient;
681681
PRODUCT_NAME = "$(TARGET_NAME)";
682682
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -706,7 +706,7 @@
706706
"$(inherited)",
707707
"@executable_path/Frameworks",
708708
);
709-
MARKETING_VERSION = 1.45.0;
709+
MARKETING_VERSION = 1.45.1;
710710
PRODUCT_BUNDLE_IDENTIFIER = thevickypedia.FileBrowserClient;
711711
PRODUCT_NAME = "$(TARGET_NAME)";
712712
SWIFT_EMIT_LOC_STRINGS = YES;

FileBrowserClient/FileBrowserClient/AppEntry/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleName</key>
66
<string>FileBrowserClient</string>
77
<key>CFBundleShortVersionString</key>
8-
<string>1.45.0</string>
8+
<string>1.45.1</string>
99
<key>CFBundleVersion</key>
1010
<string>1</string>
1111
<key>NSFaceIDUsageDescription</key>

FileBrowserClient/FileBrowserClient/Views/FileListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct FileListView: View {
9797
@State private var logFiles: [URL] = []
9898
@State private var showLogFilePicker: Bool = false
9999
@State private var showLogFileContent: Bool = false
100-
@State private var selectedLogFile: URL? = nil
100+
@State private var selectedLogFile: URL?
101101

102102
private var viewMode: ViewMode {
103103
get { ViewMode(rawValue: viewModeRawValue) ?? .list }

0 commit comments

Comments
 (0)