Bump build number and update changelog

This commit is contained in:
Shadowfacts 2025-01-30 10:16:45 -05:00
parent cb535196e2
commit 8c8da2988d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 2025.1 (142)
Bugfixes:
- Fix signing into API-restricted instances
## 2024.5 (141) ## 2024.5 (141)
Bugfixes: Bugfixes:
- Fix gallery controls being positioned incorrectly during dismiss animation on certain devices - Fix gallery controls being positioned incorrectly during dismiss animation on certain devices

View File

@ -9,8 +9,8 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // https://help.apple.com/xcode/#/dev745c5c974
MARKETING_VERSION = 2024.5 MARKETING_VERSION = 2025.1
CURRENT_PROJECT_VERSION = 141 CURRENT_PROJECT_VERSION = 142
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