From 9aef527b04524610942e2e0b4127298230db2cbe Mon Sep 17 00:00:00 2001 From: Utkarsh Patel Date: Tue, 19 May 2026 10:52:48 +0530 Subject: [PATCH] chore(release): Bump version to 2.4.0 --- AudioType/UI/SettingsView.swift | 2 +- Resources/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AudioType/UI/SettingsView.swift b/AudioType/UI/SettingsView.swift index df6e5ca..3ca2c5c 100644 --- a/AudioType/UI/SettingsView.swift +++ b/AudioType/UI/SettingsView.swift @@ -238,7 +238,7 @@ struct SettingsView: View { HStack { Text("Version") Spacer() - Text("2.3.0") + Text("2.4.0") .foregroundColor(.secondary) } diff --git a/Resources/Info.plist b/Resources/Info.plist index 904259d..09701e6 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -11,9 +11,9 @@ CFBundleDisplayName AudioType CFBundleVersion - 2.3.0 + 2.4.0 CFBundleShortVersionString - 2.3.0 + 2.4.0 CFBundlePackageType APPL LSMinimumSystemVersion