From 5ce9892a9ba2b89f60b7d9d58e12d33d7372a7f3 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 16 Dec 2024 20:17:44 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 4 ++++ Version.xcconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbde491..81fc1621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2024.5 (139) +Bugfixes: +- Fix error decoding certain posts + ## 2024.5 (138) Bugfixes: - Fix potential crash when displaying certain attachments diff --git a/Version.xcconfig b/Version.xcconfig index a2865d0f..a0c8fd20 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.5 -CURRENT_PROJECT_VERSION = 138 +CURRENT_PROJECT_VERSION = 139 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev