From a7c4cb180157774d5e092670cfa3e3e536979c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Fri, 26 Jul 2024 14:49:41 +0200 Subject: [PATCH] Prepare for 2024.5-build2 --- ios/Assets/changes.txt | 5 +---- ios/Configurations/Version.xcconfig | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index f9d1c0f3c885..6a347ded64ae 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,4 +1 @@ -CHANGE THIS BEFORE A RELEASE -Each line is treated as a separate change item shown in the GUI the first time it runs after install. -Start each line with a capital letter and end each line with a period. -Only point out the major changes. +Added multihop - now the app can relay traffic through one extra server for extra privacy. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index f16714e7d3c0..dd28cfc6daaa 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -2,9 +2,9 @@ VERSIONING_SYSTEM = apple-generic // Marketing version, aka major.minor -MARKETING_VERSION = 2024.4 +MARKETING_VERSION = 2024.5 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. // Otherwise increment it for each subsequent TestFlight submission. -CURRENT_PROJECT_VERSION = 3 +CURRENT_PROJECT_VERSION = 2