diff --git a/CHANGELOG.md b/CHANGELOG.md index 944b1271..16bac1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2025.1 (142) +Bugfixes: +- Fix signing into API-restricted instances + ## 2024.5 (141) Bugfixes: - Fix gallery controls being positioned incorrectly during dismiss animation on certain devices diff --git a/Version.xcconfig b/Version.xcconfig index 18440179..cc95022d 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.5 -CURRENT_PROJECT_VERSION = 141 +MARKETING_VERSION = 2025.1 +CURRENT_PROJECT_VERSION = 142 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev