summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-08-08 15:40:56 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-08-08 15:40:56 +0200
commit7d8192267574d71777aec7ef694081bf998747ec (patch)
treebff936814c90db9456cb3a7f5da37e1099c4fe65
parent4ee40a4ec1e0639a0717e2ef405f40822f48331f (diff)
downloadmullvadvpn-2019.7-beta1.tar.xz
mullvadvpn-2019.7-beta1.zip
Updating version in package files2019.7-beta1
-rw-r--r--Cargo.lock10
-rw-r--r--gui/package-lock.json2
-rw-r--r--gui/package.json2
-rw-r--r--mullvad-cli/Cargo.toml2
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--mullvad-problem-report/Cargo.toml2
6 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 79ed38fae9..a21a47e007 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1131,7 +1131,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2019.6.0"
+version = "2019.7.0-beta1"
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.6.0"
+version = "2019.7.0-beta1"
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.6.0",
+ "mullvad-daemon 2019.7.0-beta1",
"mullvad-paths 0.1.0",
- "mullvad-problem-report 2019.6.0",
+ "mullvad-problem-report 2019.7.0-beta1",
"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.6.0"
+version = "2019.7.0-beta1"
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 d65f32478e..a24d20783a 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.6.0",
+ "version": "2019.7.0-beta1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index 4ab481ac60..a92de2afe6 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.6.0",
+ "version": "2019.7.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index b157906aa7..25086df0ae 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2019.6.0"
+version = "2019.7.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 511e52b060..7e32d40680 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2019.6.0"
+version = "2019.7.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 a01b2d5a3f..8d0273ef5f 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2019.6.0"
+version = "2019.7.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",