From 9efe032f5250f5095811ef37fa497aebe390664d Mon Sep 17 00:00:00 2001 From: Jules Coynel Date: Fri, 9 Feb 2024 10:53:09 +0000 Subject: [PATCH] Bump version to 2.0.20 --- README.md | 3 +++ Tunes Notifier.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25287f3..f5f1d6a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Note: AirPlay 2 speakers are not affected by this issue. History -------------- +- **Version 2.0.20** (Submitted to Apple: 09/02/24) + - Recompile for macOS 14.3 + - **Version 2.0.19** (Submitted to Apple: 02/10/23) - Recompile for macOS 14 diff --git a/Tunes Notifier.xcodeproj/project.pbxproj b/Tunes Notifier.xcodeproj/project.pbxproj index f361c93..9664383 100644 --- a/Tunes Notifier.xcodeproj/project.pbxproj +++ b/Tunes Notifier.xcodeproj/project.pbxproj @@ -357,7 +357,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Tunes Notifier/Tunes Notifier-Prefix.pch"; INFOPLIST_FILE = "$(SRCROOT)/Tunes Notifier/Tunes Notifier-Info.plist"; - MARKETING_VERSION = 2.0.19; + MARKETING_VERSION = 2.0.20; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.Tunes-Notifier"; PRODUCT_NAME = "Tunes Notifier"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -384,7 +384,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Tunes Notifier/Tunes Notifier-Prefix.pch"; INFOPLIST_FILE = "$(SRCROOT)/Tunes Notifier/Tunes Notifier-Info.plist"; - MARKETING_VERSION = 2.0.19; + MARKETING_VERSION = 2.0.20; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.Tunes-Notifier"; PRODUCT_NAME = "Tunes Notifier"; SWIFT_EMIT_LOC_STRINGS = YES;