From 2e974df9f4c9f92d2177f46130734f523585b098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Mon, 16 Sep 2024 09:02:08 +0200 Subject: [PATCH] Bump iOS version and update changes.txt --- ios/Assets/changes.txt | 5 +---- ios/Configurations/Version.xcconfig | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index f9d1c0f3c885..b6759a9ac7dc 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. +You can now use DAITA to combat traffic analysis. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index f2ab523e6ced..d538f7056773 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -2,7 +2,7 @@ VERSIONING_SYSTEM = apple-generic // Marketing version, aka major.minor -MARKETING_VERSION = 2024.6 +MARKETING_VERSION = 2024.7 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION.