diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-02-22 12:00:45 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-02-22 16:52:13 +0100 |
| commit | 8df2f1ec1015e57ada62e345fee18e5c0cd625d4 (patch) | |
| tree | 2847b42910a7c103b8025b4caac33fc536ea989d | |
| parent | 79702044ae55a4af48cfbdd4bc3f13d26b3e1672 (diff) | |
| download | mullvadvpn-8df2f1ec1015e57ada62e345fee18e5c0cd625d4.tar.xz mullvadvpn-8df2f1ec1015e57ada62e345fee18e5c0cd625d4.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 764fda6495..416840ac55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1311,7 +1311,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" dependencies = [ "base64", "chrono", @@ -1334,7 +1334,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" dependencies = [ "android_logger", "cfg-if 1.0.0", @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" dependencies = [ "err-derive", "nix 0.23.1", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" dependencies = [ "clap 3.0.14", "dirs-next", @@ -1487,7 +1487,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" dependencies = [ "clap 3.0.14", "env_logger 0.8.4", @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" dependencies = [ "env_logger 0.8.4", "err-derive", diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index 5525149a4f..12c3083e98 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2022 #define MINOR_VERSION 1 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2022.1-beta1" +#define PRODUCT_VERSION "2022.1-beta2" diff --git a/gui/package-lock.json b/gui/package-lock.json index 6de51d6d32..ca4a6d56cc 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "mullvad-vpn", - "version": "2022.1.0-beta1", + "version": "2022.1.0-beta2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mullvad-vpn", - "version": "2022.1.0-beta1", + "version": "2022.1.0-beta2", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/gui/package.json b/gui/package.json index 9e8a4ae9d0..4a2c57be11 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2022.1.0-beta1", + "version": "2022.1.0-beta2", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index ada2888fd7..f26800535a 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" 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 2d868e9076..897e08aa33 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" 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 7c9c23bac6..2d8403c735 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" authors = ["Mullvad VPN"] license = "GPL-3.0" edition = "2021" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 2cdad1e00a..d44c9836bf 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" 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 66fcc19085..c0a805677c 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" 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 3415633f0b..68313e06c1 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2022.1.0-beta1" +version = "2022.1.0-beta2" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
