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