summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-07-15 10:43:13 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-07-15 11:23:23 +0200
commitc08924fbdfbe7852452513629e162500d3a79021 (patch)
treef95cab44957ac74079d9a334122ad8bb2138e989
parent81e2e1894d3cda95efb8a4df861a36a50f4b3e49 (diff)
downloadmullvadvpn-c08924fbdfbe7852452513629e162500d3a79021.tar.xz
mullvadvpn-c08924fbdfbe7852452513629e162500d3a79021.zip
Updating version in package files
-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 f092929b75..1caa605063 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1131,7 +1131,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2019.6.0-beta1"
+version = "2019.6.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.6.0-beta1"
+version = "2019.6.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.6.0-beta1",
+ "mullvad-daemon 2019.6.0",
"mullvad-paths 0.1.0",
- "mullvad-problem-report 2019.6.0-beta1",
+ "mullvad-problem-report 2019.6.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.6.0-beta1"
+version = "2019.6.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 7e7d030c1b..bb50d2b718 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.6.0-beta1",
+ "version": "2019.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index b0c45d96ca..4ab481ac60 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.6.0-beta1",
+ "version": "2019.6.0",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index b90a5209a0..b157906aa7 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2019.6.0-beta1"
+version = "2019.6.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 02b9792787..bbd1de43b2 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2019.6.0-beta1"
+version = "2019.6.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 55bc8f7e11..a01b2d5a3f 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-beta1"
+version = "2019.6.0"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",