From 8c8da2988d286dac1548a6ae69b47efe4dac9da8 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Thu, 30 Jan 2025 10:16:45 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 4 ++++ Version.xcconfig | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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