diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-11-17 09:20:26 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-11-18 13:50:55 +0100 |
| commit | 826e74cf57a40e3159ea7c87c1ef5526bc04ca5a (patch) | |
| tree | b330c894eb5bf12034d53455bfae639bc08962c8 | |
| parent | 666fbe0b4d5824975fd5dad2ea2eb3c4c95cdcd4 (diff) | |
| download | mullvadvpn-826e74cf57a40e3159ea7c87c1ef5526bc04ca5a.tar.xz mullvadvpn-826e74cf57a40e3159ea7c87c1ef5526bc04ca5a.zip | |
Updating version in package files
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | dist-assets/windows/version.h | 2 | ||||
| -rw-r--r-- | gui/package-lock.json | 4 | ||||
| -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 |
10 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1c15a0ea9e..a851e7b72a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,7 +1199,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2021.6.0-beta1" +version = "2021.6.0" dependencies = [ "base64", "chrono", @@ -1221,7 +1221,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2021.6.0-beta1" +version = "2021.6.0" dependencies = [ "android_logger", "cfg-if 1.0.0", @@ -1262,7 +1262,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2021.6.0-beta1" +version = "2021.6.0" dependencies = [ "err-derive", "nix 0.22.2", @@ -1324,7 +1324,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2021.6.0-beta1" +version = "2021.6.0" dependencies = [ "clap", "dirs-next", @@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2021.6.0-beta1" +version = "2021.6.0" dependencies = [ "clap", "env_logger 0.8.4", @@ -2532,7 +2532,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2021.6.0-beta1" +version = "2021.6.0" dependencies = [ "env_logger 0.8.4", "err-derive", diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index fe6d57328c..d124f0eb34 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2021 #define MINOR_VERSION 6 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2021.6-beta1" +#define PRODUCT_VERSION "2021.6" diff --git a/gui/package-lock.json b/gui/package-lock.json index 7435e829d0..21257e8a73 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "mullvad-vpn", - "version": "2021.6.0-beta1", + "version": "2021.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mullvad-vpn", - "version": "2021.6.0-beta1", + "version": "2021.6.0", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/gui/package.json b/gui/package.json index eed4f860a6..8563da74f0 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2021.6.0-beta1", + "version": "2021.6.0", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 4085bb778d..5334a2d228 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2021.6.0-beta1" +version = "2021.6.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 25c85e5b87..8a64d731bc 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2021.6.0-beta1" +version = "2021.6.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 1e29056b33..0f71bdcb08 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2021.6.0-beta1" +version = "2021.6.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 91ff6bd40e..aabf471001 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2021.6.0-beta1" +version = "2021.6.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 efb533b59f..a6fff3b656 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2021.6.0-beta1" +version = "2021.6.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 ef472effe9..e68a4562b3 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2021.6.0-beta1" +version = "2021.6.0" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
