Skip to content

Commit d54d7ec

Browse files
Saqooshaclaude
andcommitted
Release 1.4.1
- Bump version to 1.4.1 (build 13) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5770b50 commit d54d7ec

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

macos-app/AutoMeetsSlide.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
CLANG_WARN_UNREACHABLE_CODE = YES;
290290
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
291291
COPY_PHASE_STRIP = NO;
292-
CURRENT_PROJECT_VERSION = 12;
292+
CURRENT_PROJECT_VERSION = 13;
293293
DEBUG_INFORMATION_FORMAT = dwarf;
294294
ENABLE_STRICT_OBJC_MSGSEND = YES;
295295
ENABLE_TESTABILITY = YES;
@@ -308,7 +308,7 @@
308308
GCC_WARN_UNUSED_FUNCTION = YES;
309309
GCC_WARN_UNUSED_VARIABLE = YES;
310310
MACOSX_DEPLOYMENT_TARGET = 14.0;
311-
MARKETING_VERSION = 1.4.0;
311+
MARKETING_VERSION = 1.4.1;
312312
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
313313
MTL_FAST_MATH = YES;
314314
ONLY_ACTIVE_ARCH = YES;
@@ -402,7 +402,7 @@
402402
CLANG_WARN_UNREACHABLE_CODE = YES;
403403
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
404404
COPY_PHASE_STRIP = NO;
405-
CURRENT_PROJECT_VERSION = 12;
405+
CURRENT_PROJECT_VERSION = 13;
406406
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
407407
ENABLE_NS_ASSERTIONS = NO;
408408
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -415,7 +415,7 @@
415415
GCC_WARN_UNUSED_FUNCTION = YES;
416416
GCC_WARN_UNUSED_VARIABLE = YES;
417417
MACOSX_DEPLOYMENT_TARGET = 14.0;
418-
MARKETING_VERSION = 1.4.0;
418+
MARKETING_VERSION = 1.4.1;
419419
MTL_ENABLE_DEBUG_INFO = NO;
420420
MTL_FAST_MATH = YES;
421421
PRODUCT_NAME = "$(TARGET_NAME)";

macos-app/Sources/AutoMeetsSlide/Views/SettingsView.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ struct SettingsView: View {
6969
}
7070
}
7171

72+
// About
73+
Section {
74+
HStack {
75+
Text("Version")
76+
Spacer()
77+
Text("\(Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "?") (\(Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as? String ?? "?"))")
78+
.foregroundStyle(.secondary)
79+
}
80+
}
81+
7282
// Auto Import
7383
Section("Auto Import") {
7484
if let watchPath = folderWatcher.watchedFolderPath {

macos-app/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ packages:
1313

1414
settings:
1515
base:
16-
MARKETING_VERSION: "1.4.0"
17-
CURRENT_PROJECT_VERSION: "12"
16+
MARKETING_VERSION: "1.4.1"
17+
CURRENT_PROJECT_VERSION: "13"
1818
SWIFT_VERSION: "5.9"
1919
MACOSX_DEPLOYMENT_TARGET: "14.0"
2020

0 commit comments

Comments
 (0)