Bump build number and update changelog
This commit is contained in:
parent
54376ac585
commit
5ce9892a9b
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024.5 (139)
|
||||||
|
Bugfixes:
|
||||||
|
- Fix error decoding certain posts
|
||||||
|
|
||||||
## 2024.5 (138)
|
## 2024.5 (138)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix potential crash when displaying certain attachments
|
- Fix potential crash when displaying certain attachments
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2024.5
|
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 = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION))
|
||||||
|
|
||||||
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
||||||
|
|
Loading…
Reference in New Issue