From 7825ccbb3d3045462462bf259272e3adeeffc48a Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 13 Apr 2024 11:09:26 -0400 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 3 +++ Version.xcconfig | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005ff424..4664d738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2024.2 (120) +This build adds push notifications, which can be enabled in Preferences -> Notifications. + ## 2024.1 (119) Features/Improvements: - Add Account Settings button to Preferences diff --git a/Version.xcconfig b/Version.xcconfig index 4031abc4..ae2e3073 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -9,8 +9,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 2024.1 -CURRENT_PROJECT_VERSION = 119 +MARKETING_VERSION = 2024.2 +CURRENT_PROJECT_VERSION = 120 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev