diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-08-12 11:23:56 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-08-12 11:23:56 +0200 |
| commit | 4fab4287b687482083d411ee9b2652274dda72c0 (patch) | |
| tree | 30c38f084f63993ed86a7edc3df39dbee2a97074 | |
| parent | 26c5804d8e0b2cd4fef8f40b5480f56246680c6e (diff) | |
| download | mullvadvpn-4fab4287b687482083d411ee9b2652274dda72c0.tar.xz mullvadvpn-4fab4287b687482083d411ee9b2652274dda72c0.zip | |
Updating version in package files2019.7
| -rw-r--r-- | Cargo.lock | 10 | ||||
| -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, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5f8d8b155b..c37ffd48ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2019.7.0-beta1" +version = "2019.7.0" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1150,7 +1150,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2019.7.0-beta1" +version = "2019.7.0" dependencies = [ "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1222,9 +1222,9 @@ dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "log-panics 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "mullvad-daemon 2019.7.0-beta1", + "mullvad-daemon 2019.7.0", "mullvad-paths 0.1.0", - "mullvad-problem-report 2019.7.0-beta1", + "mullvad-problem-report 2019.7.0", "mullvad-types 0.1.0", "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-core 0.1.0", @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2019.7.0-beta1" +version = "2019.7.0" dependencies = [ "clap 2.33.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 a24d20783a..e5b886457a 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.7.0-beta1", + "version": "2019.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index a92de2afe6..b22fa6296f 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.7.0-beta1", + "version": "2019.7.0", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 25086df0ae..1934203413 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2019.7.0-beta1" +version = "2019.7.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 7e32d40680..a5720f35f9 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2019.7.0-beta1" +version = "2019.7.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 8d0273ef5f..eb38081137 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2019.7.0-beta1" +version = "2019.7.0" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", |
