summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-03-28 12:06:00 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-03-28 15:18:14 +0100
commit34e0808f0c8446ece987f05a5b8aa8926f68b962 (patch)
tree80b26c896eda17611e734d009ebf9258a71d34db
parent1be9392afb3fe243684ec649ad180a3ccebd408b (diff)
downloadmullvadvpn-34e0808f0c8446ece987f05a5b8aa8926f68b962.tar.xz
mullvadvpn-34e0808f0c8446ece987f05a5b8aa8926f68b962.zip
Updating version in package files
-rw-r--r--Cargo.lock6
-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
5 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2d5c19e329..72a264b715 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1080,7 +1080,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2019.2.0-beta1"
+version = "2019.2.0"
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)",
@@ -1099,7 +1099,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2019.2.0-beta1"
+version = "2019.2.0"
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)",
@@ -1167,7 +1167,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2019.2.0-beta1"
+version = "2019.2.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/gui/package.json b/gui/package.json
index 78ab74cfd0..588dc9d855 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.2.0-beta1",
+ "version": "2019.2.0",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index ef5d888993..86f8e22bba 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2019.2.0-beta1"
+version = "2019.2.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 8989653a18..9a8b67c875 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2019.2.0-beta1"
+version = "2019.2.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 6f985526a1..beaf66f231 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2019.2.0-beta1"
+version = "2019.2.0"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",