diff options
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | android/app/build.gradle.kts | 4 | ||||
| -rw-r--r-- | mullvad-cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-exclude/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-problem-report/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-setup/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 2 |
8 files changed, 14 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1cd5f8c148..e56834a0b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1523,7 +1523,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2022.2.0-beta2" +version = "2022.2.0" dependencies = [ "base64", "chrono", @@ -1546,7 +1546,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2022.2.0-beta2" +version = "2022.2.0" dependencies = [ "android_logger", "cfg-if", @@ -1590,7 +1590,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2022.2.0-beta2" +version = "2022.2.0" dependencies = [ "err-derive", "nix 0.23.1", @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2022.2.0-beta2" +version = "2022.2.0" dependencies = [ "clap", "dirs-next", @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2022.2.0-beta2" +version = "2022.2.0" dependencies = [ "clap", "env_logger 0.8.4", @@ -3112,7 +3112,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2022.2.0-beta2" +version = "2022.2.0" dependencies = [ "env_logger 0.8.4", "err-derive", diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 44ea1f7f32..8b1472d0be 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -28,8 +28,8 @@ android { applicationId = "net.mullvad.mullvadvpn" minSdkVersion(Versions.Android.minSdkVersion) targetSdkVersion(Versions.Android.targetSdkVersion) - versionCode = 22020002 - versionName = "2022.2-beta2" + versionCode = 22020099 + versionName = "2022.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 1f08b3f126..8b8a892ffa 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2022.2.0-beta2" +version = "2022.2.0" authors = ["Mullvad VPN"] description = "Manage the Mullvad VPN daemon via a convenient CLI" license = "GPL-3.0" diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 5360671686..97db1f3c10 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2022.2.0-beta2" +version = "2022.2.0" authors = ["Mullvad VPN"] description = "Mullvad VPN daemon. Runs and controls the VPN tunnels" license = "GPL-3.0" diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml index 24ce66b77e..fbf268b00e 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2022.2.0-beta2" +version = "2022.2.0" authors = ["Mullvad VPN"] license = "GPL-3.0" edition = "2021" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 4867636b3e..22cc729111 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2022.2.0-beta2" +version = "2022.2.0" authors = ["Mullvad VPN"] description = "Collect Mullvad VPN logs into a report and send it to support" license = "GPL-3.0" diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml index 0dc8085c8f..9dc408b95a 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2022.2.0-beta2" +version = "2022.2.0" authors = ["Mullvad VPN"] description = "Tool used to manage daemon setup" license = "GPL-3.0" diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index eaaa736b04..70f6c308f7 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2022.2.0-beta2" +version = "2022.2.0" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
