From 4426eeef16d2294986ad3e1d9e524c13a1d31141 Mon Sep 17 00:00:00 2001 From: Utkarsh Patel Date: Tue, 5 May 2026 15:53:09 +0530 Subject: [PATCH] chore(release): Bump version to 2.3.0 --- AudioType/UI/SettingsView.swift | 2 +- Resources/Info.plist | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AudioType/UI/SettingsView.swift b/AudioType/UI/SettingsView.swift index e5a6dda..f3a310b 100644 --- a/AudioType/UI/SettingsView.swift +++ b/AudioType/UI/SettingsView.swift @@ -211,7 +211,7 @@ struct SettingsView: View { HStack { Text("Version") Spacer() - Text("2.2.0") + Text("2.3.0") .foregroundColor(.secondary) } diff --git a/Resources/Info.plist b/Resources/Info.plist index 0605550..904259d 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -10,10 +10,10 @@ AudioType CFBundleDisplayName AudioType - CFBundleVersion - 2.2.0 - CFBundleShortVersionString - 2.2.0 + CFBundleVersion + 2.3.0 + CFBundleShortVersionString + 2.3.0 CFBundlePackageType APPL LSMinimumSystemVersion