diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-04-02 11:15:11 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-04-02 14:05:52 +0200 |
| commit | 2d340b49888068018539ddb85ff9e3b510b7355b (patch) | |
| tree | ab65c028d2681e4f35b427f9661656ec82c45fdb | |
| parent | 0ba1c4f4d6248f4b1812449f583405d17147448f (diff) | |
| download | mullvadvpn-2d340b49888068018539ddb85ff9e3b510b7355b.tar.xz mullvadvpn-2d340b49888068018539ddb85ff9e3b510b7355b.zip | |
Updating version in package files
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | gui/package-lock.json | 2 | ||||
| -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 |
6 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index e4fac23be8..ed0f8d6239 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2019.2.0" +version = "2019.3.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)", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2019.2.0" +version = "2019.3.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)", @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2019.2.0" +version = "2019.3.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-lock.json b/gui/package-lock.json index 180d59dc8b..795f48d8bd 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.2.0", + "version": "2019.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index f58286a0fb..9fa8203ceb 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.2.0", + "version": "2019.3.0", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 1f2fe14e9f..fa72874eb8 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2019.2.0" +version = "2019.3.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 73f1646e5c..887419127d 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2019.2.0" +version = "2019.3.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 a884af6c8a..3829ecaca4 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2019.2.0" +version = "2019.3.0" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", |
