diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-10-04 16:32:33 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-10-05 12:06:00 +0200 |
| commit | 41135d85e19345dc012c694414cc3673b9a2f0ef (patch) | |
| tree | d27e5f68ed6cbcf3617cd71515363f6c1adbff0d | |
| parent | 4e84b882361ee4e8032d41d65d0afa24a50567e9 (diff) | |
| download | mullvadvpn-41135d85e19345dc012c694414cc3673b9a2f0ef.tar.xz mullvadvpn-41135d85e19345dc012c694414cc3673b9a2f0ef.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 17e28e5b65..5c144aabc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2022.5.0-beta1" +version = "2022.5.0-beta2" dependencies = [ "base64", "chrono", @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2022.5.0-beta1" +version = "2022.5.0-beta2" dependencies = [ "android_logger", "cfg-if", @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2022.5.0-beta1" +version = "2022.5.0-beta2" dependencies = [ "err-derive", "nix 0.23.1", @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2022.5.0-beta1" +version = "2022.5.0-beta2" dependencies = [ "clap", "dirs-next", @@ -1769,7 +1769,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2022.5.0-beta1" +version = "2022.5.0-beta2" dependencies = [ "clap", "env_logger 0.8.4", @@ -3172,7 +3172,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2022.5.0-beta1" +version = "2022.5.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 97a743c81c..241c67d853 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2022 #define MINOR_VERSION 5 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2022.5-beta1" +#define PRODUCT_VERSION "2022.5-beta2" diff --git a/gui/package-lock.json b/gui/package-lock.json index f1cc36f61c..9a39e38347 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "mullvad-vpn", - "version": "2022.5.0-beta1", + "version": "2022.5.0-beta2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mullvad-vpn", - "version": "2022.5.0-beta1", + "version": "2022.5.0-beta2", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/gui/package.json b/gui/package.json index 5d06305e5d..e27dd52131 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2022.5.0-beta1", + "version": "2022.5.0-beta2", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 4ca6714911..afde8a303c 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2022.5.0-beta1" +version = "2022.5.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 c962f73755..4ebe4fcff1 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2022.5.0-beta1" +version = "2022.5.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 746c6bd5d0..4e506cb948 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2022.5.0-beta1" +version = "2022.5.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 95c7a7a4de..a3643b5743 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2022.5.0-beta1" +version = "2022.5.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 7fa8760e0d..969e3441d1 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2022.5.0-beta1" +version = "2022.5.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 49e577c5cb..9b8fb0c4a9 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2022.5.0-beta1" +version = "2022.5.0-beta2" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
