summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--gui/package-lock.json14
-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, 15 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 21b6d12bae..16c299b120 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1084,7 +1084,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2019.4.0"
+version = "2019.5.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)",
@@ -1103,7 +1103,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2019.4.0"
+version = "2019.5.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)",
@@ -1172,7 +1172,7 @@ 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.4.0",
+ "mullvad-daemon 2019.5.0-beta1",
"mullvad-paths 0.1.0",
"mullvad-types 0.1.0",
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1191,7 +1191,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2019.4.0"
+version = "2019.5.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-lock.json b/gui/package-lock.json
index 7d7217a376..d5e44c73cb 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.4.0",
+ "version": "2019.5.0-beta1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -5034,9 +5034,9 @@
}
},
"ms": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
- "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"optional": true
}
}
@@ -7245,9 +7245,9 @@
"integrity": "sha512-8Gr8WHInZt5oU1q2N7ANqLSZ/TJn6bYlkqkwJJoGowFc5l81DRORgtHH9eJUpJGJsGJgYyWeVfKGVtUdTu4TEQ=="
},
"tar": {
- "version": "4.4.9",
- "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.9.tgz",
- "integrity": "sha512-xisFa7Q2i3HOgfn+nmnWLGHD6Tm23hxjkx6wwGmgxkJFr6wxwXnJOdJYcZjL453PSdF0+bemO03+flAzkIdLBQ==",
+ "version": "4.4.10",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.10.tgz",
+ "integrity": "sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==",
"optional": true,
"requires": {
"chownr": "^1.1.1",
diff --git a/gui/package.json b/gui/package.json
index 3663672c1e..fa45f1e838 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.4.0",
+ "version": "2019.5.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index b902680b56..2fc98efdd2 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2019.4.0"
+version = "2019.5.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 e4b3585e45..04b0e952d3 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2019.4.0"
+version = "2019.5.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 0c45981a78..8519db233a 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"
+version = "2019.5.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",