Bump build number and update changelog

This commit is contained in:
Shadowfacts 2024-08-21 19:30:54 -04:00
parent 4945a234e7
commit 805e5eddd0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 2024.4 (134) ## 2024.4 (135)
Features/Improvements: Features/Improvements:
- iOS 18: New floating sidebar/tab bar - iOS 18: New floating sidebar/tab bar

View File

@ -10,7 +10,7 @@
// https://help.apple.com/xcode/#/dev745c5c974 // https://help.apple.com/xcode/#/dev745c5c974
MARKETING_VERSION = 2024.4 MARKETING_VERSION = 2024.4
CURRENT_PROJECT_VERSION = 134 CURRENT_PROJECT_VERSION = 135
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