diff options
| author | Emīls <emils@mullvad.net> | 2025-12-30 11:00:44 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2025-12-30 11:00:44 +0100 |
| commit | 1f1d184726fb1820d68a05ae84ae11d6be2eaa22 (patch) | |
| tree | 7d586b800189785bc93ca173369bcca89a6f18e7 | |
| parent | 9bc7137074911603cd6dd9f3d4f22cee7dad031e (diff) | |
| download | mullvadvpn-ios-release-2025.11.tar.xz mullvadvpn-ios-release-2025.11.zip | |
Bump version number and changelogios/2025.11-build1ios-release-2025.11
| -rw-r--r-- | ios/Assets/changes.txt | 3 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index 0a651ede11..2cb027b8c2 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,2 +1 @@ -New location view. -Allow using port 443 with UDP-over-TCP. +Improve tunnel stability. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index ef9e32c66c..20faaf5b0c 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 = 2025.10 +MARKETING_VERSION = 2025.11 // 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 = 2 +CURRENT_PROJECT_VERSION = 1 |
