diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-02-17 15:38:34 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-02-17 15:38:34 +0100 |
| commit | 345e20a723cf3f6be93e4c95284c8141b1a37afc (patch) | |
| tree | bd8fc9e0e3af41843c59bc75fee95cc5e950ed2a | |
| parent | 5d1f9d9f0ad4da987e207eb52833186ccca8d1cf (diff) | |
| download | mullvadvpn-2021.2-beta1.tar.xz mullvadvpn-2021.2-beta1.zip | |
Updating version in package files2021.2-beta1
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | android/build.gradle | 4 | ||||
| -rw-r--r-- | dist-assets/windows/version.h | 4 | ||||
| -rw-r--r-- | gui/package-lock.json | 2 | ||||
| -rw-r--r-- | gui/package.json | 2 | ||||
| -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 |
11 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock index 40debeaf72..e40fa8e02d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,7 +1203,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2021.1.0" +version = "2021.2.0-beta1" dependencies = [ "base64", "chrono", @@ -1224,7 +1224,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2021.1.0" +version = "2021.2.0-beta1" dependencies = [ "android_logger", "cfg-if 1.0.0", @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2021.1.0" +version = "2021.2.0-beta1" dependencies = [ "err-derive", "nix 0.19.0", @@ -1323,7 +1323,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2021.1.0" +version = "2021.2.0-beta1" dependencies = [ "clap", "dirs-next", @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2021.1.0" +version = "2021.2.0-beta1" dependencies = [ "clap", "env_logger", @@ -2585,7 +2585,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2021.1.0" +version = "2021.2.0-beta1" dependencies = [ "env_logger", "err-derive", diff --git a/android/build.gradle b/android/build.gradle index dc6a725206..e681917442 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 24 targetSdkVersion 29 - versionCode 21010099 - versionName "2021.1" + versionCode 21020001 + versionName "2021.2-beta1" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index e47a969523..fa13c0c0f3 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2021 -#define MINOR_VERSION 1 +#define MINOR_VERSION 2 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2021.1" +#define PRODUCT_VERSION "2021.2-beta1" diff --git a/gui/package-lock.json b/gui/package-lock.json index 1c5cac8dae..b958331105 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2021.1.0", + "version": "2021.2.0-beta1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index 55e4e9a9bc..91bd6bb154 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2021.1.0", + "version": "2021.2.0-beta1", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 4811e2c5d9..2f21d68472 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2021.1.0" +version = "2021.2.0-beta1" 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 7039b77a80..7e440662d6 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2021.1.0" +version = "2021.2.0-beta1" 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 dd4e0bbbde..78fd891190 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2021.1.0" +version = "2021.2.0-beta1" authors = ["Mullvad VPN"] license = "GPL-3.0" edition = "2018" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 4b1f376947..c96cfba5d0 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2021.1.0" +version = "2021.2.0-beta1" 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 ac04196f95..3259211c13 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2021.1.0" +version = "2021.2.0-beta1" 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 cf42ca8ea2..58b0350036 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2021.1.0" +version = "2021.2.0-beta1" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
