diff options
| author | Emīls <emils@mullvad.net> | 2023-11-15 15:46:14 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-11-15 15:46:26 +0100 |
| commit | f0a9a2eaed306cb1d57de580ad89bb32a6bd7e9f (patch) | |
| tree | e07c6677838f87d98d9c7cc5b1f4bf490fe4f519 | |
| parent | 0baa16291c33ac79a712e071bf36e5a929aa4681 (diff) | |
| download | mullvadvpn-ios/2023.7-build2.tar.xz mullvadvpn-ios/2023.7-build2.zip | |
Update build number and changelogios/2023.7-build2
| -rw-r--r-- | ios/Assets/changes.txt | 1 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index 40ed14dfc3..426ad91aec 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,2 +1,3 @@ Add ability to filter relays by provider and ownership. Add blocked state. +Show exit IP address in main view. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index d05baace0f..9f2b16e630 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -7,4 +7,4 @@ MARKETING_VERSION = 2023.7 // 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 |
