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