diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-05-08 15:07:31 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-05-14 15:39:53 +0200 |
| commit | b2ef81298070ac01f61515700925cc61647d7232 (patch) | |
| tree | 7acaeb28f082821516609ed6831c771d039daee6 | |
| parent | d0de99293004b4398fb36096835be8f17c646553 (diff) | |
| download | mullvadvpn-b2ef81298070ac01f61515700925cc61647d7232.tar.xz mullvadvpn-b2ef81298070ac01f61515700925cc61647d7232.zip | |
Updating version in package files
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -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-problem-report/Cargo.toml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 65af2c717c..4b66ca292e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2019.4.0-beta1" +version = "2019.4.0" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2019.4.0-beta1" +version = "2019.4.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2019.4.0-beta1" +version = "2019.4.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/gui/package.json b/gui/package.json index 2b60937818..b1f5d588ef 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.4.0-beta1", + "version": "2019.4.0", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index d0f3967086..b902680b56 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2019.4.0-beta1" +version = "2019.4.0" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 090513694c..e4b3585e45 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2019.4.0-beta1" +version = "2019.4.0" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 5b3b2f0253..0c45981a78 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2019.4.0-beta1" +version = "2019.4.0" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", |
