diff options
| -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 |
