summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-08-09 18:20:18 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-08-09 18:20:18 +0200
commitdc34d720b38ea8bcd247253b5354cb8480dd686a (patch)
tree1774ea42c1dbd17471ee4c14a2a0ab37c71fd84a
parentf3d8987183851ba9d39d8a5ee395499b7f87e065 (diff)
downloadmullvadvpn-2018.2-beta3.tar.xz
mullvadvpn-2018.2-beta3.zip
Updating version in package.json2018.2-beta3
-rw-r--r--Cargo.lock6
-rw-r--r--mullvad-cli/Cargo.toml2
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--mullvad-problem-report/Cargo.toml2
-rw-r--r--package.json2
5 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 36c5723826..0a3a050105 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -792,7 +792,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2018.2.0-beta2"
+version = "2018.2.0-beta3"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -807,7 +807,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2018.2.0-beta2"
+version = "2018.2.0-beta3"
dependencies = [
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -866,7 +866,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2018.2.0-beta2"
+version = "2018.2.0-beta3"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 7a16a014c7..44b595b1f2 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2018.2.0-beta2"
+version = "2018.2.0-beta3"
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"]
description = "Manage the Mullvad VPN daemon via a convenient CLI"
license = "GPL-3.0"
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index a8f907d2ba..8cbd0e922d 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2018.2.0-beta2"
+version = "2018.2.0-beta3"
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"]
description = "Mullvad VPN daemon. Runs and controls the VPN tunnels"
license = "GPL-3.0"
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 592c2f0ace..c8870fd653 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2018.2.0-beta2"
+version = "2018.2.0-beta3"
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"]
description = "Collect Mullvad VPN logs into a report and send it to support"
license = "GPL-3.0"
diff --git a/package.json b/package.json
index f2aa5b4425..8d598fe042 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2018.2.0-beta2",
+ "version": "2018.2.0-beta3",
"productName": "Mullvad VPN",
"description": "Mullvad VPN client",
"main": "init.js",