diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-05-02 12:43:42 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-05-02 12:43:42 +0200 |
| commit | 4a4d03c0ea0303a45ae8d0380728151b06ab6287 (patch) | |
| tree | 24795d6565c211f8b4f67a70ae4a033061d86fe9 | |
| parent | 11a95223fda5770244f82c206b120629b0dff0d0 (diff) | |
| download | mullvadvpn-2019.4-beta1.tar.xz mullvadvpn-2019.4-beta1.zip | |
Updating version in package files2019.4-beta1
| -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 5bd1b04e3b..94e2e8b782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,7 +1026,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2019.3.0" +version = "2019.4.0-beta1" 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)", @@ -1045,7 +1045,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2019.3.0" +version = "2019.4.0-beta1" 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)", @@ -1113,7 +1113,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2019.3.0" +version = "2019.4.0-beta1" 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 a322fd0c0d..b54e8f9a31 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.3.0", + "version": "2019.4.0-beta1", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 216d66489f..d0f3967086 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2019.3.0" +version = "2019.4.0-beta1" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index b50b97d96a..090513694c 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2019.3.0" +version = "2019.4.0-beta1" 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 43f8b9053c..5b3b2f0253 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2019.3.0" +version = "2019.4.0-beta1" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", |
