summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-07-18 12:49:16 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-07-18 12:49:16 +0200
commit8e3708da9a4f87d779e8a0ef5c04f1668f301ad3 (patch)
tree4303453865cfbfc32b4735da8a83b324893f3231
parent1f95d89e510489e96b3c21e8941977f5d31beedc (diff)
downloadmullvadvpn-8e3708da9a4f87d779e8a0ef5c04f1668f301ad3.tar.xz
mullvadvpn-8e3708da9a4f87d779e8a0ef5c04f1668f301ad3.zip
Updating version in package.json2018.2-beta2
-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 a4191d42f5..008ddd3d9b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -784,7 +784,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2018.2.0-beta1"
+version = "2018.2.0-beta2"
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)",
@@ -799,7 +799,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2018.2.0-beta1"
+version = "2018.2.0-beta2"
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)",
@@ -858,7 +858,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2018.2.0-beta1"
+version = "2018.2.0-beta2"
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 f0ab1dd23c..7a16a014c7 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2018.2.0-beta1"
+version = "2018.2.0-beta2"
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 c24304c35e..a8f907d2ba 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2018.2.0-beta1"
+version = "2018.2.0-beta2"
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 199bbd1390..d6aa9986f6 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-beta1"
+version = "2018.2.0-beta2"
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 0b63b005c2..5c577d2ccd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2018.2.0-beta1",
+ "version": "2018.2.0-beta2",
"productName": "Mullvad VPN",
"description": "Mullvad VPN client",
"main": "init.js",