diff options
| author | Emīls <emils@mullvad.net> | 2024-04-17 15:52:34 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-04-23 12:59:24 +0200 |
| commit | cdd285f9dc31380d8609dbb363f67d845f1af693 (patch) | |
| tree | 4156d655bb2bf46bd0f1dec2ccd4fdcd1b037bb1 | |
| parent | 430d39b425ac4157ae560858470a56e5e8147854 (diff) | |
| download | mullvadvpn-ios/2024.3-build2.tar.xz mullvadvpn-ios/2024.3-build2.zip | |
Update changes and version numberios/2024.3-build2
| -rw-r--r-- | ios/Assets/changes.txt | 5 | ||||
| -rw-r--r-- | 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 f9d1c0f3c8..ad8f6ec354 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. +It is now possible to make custom location lists in the app, containing your favourite relays, cities and countries. Custom lists can be managed from the location view. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 098691be00..7c845c7993 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 = 2023.8 +MARKETING_VERSION = 2024.3 // 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 = 1 +CURRENT_PROJECT_VERSION = 2 |
