summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-07-08 14:40:35 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-07-08 14:40:35 +0200
commit273b521560b02fca149ab92207d121be7fe2411d (patch)
treecad1590a7633526d56e475e9e4fafd7ed568e031
parent00ae6e6e7d29d9d970d7245c79565d08e5c17105 (diff)
downloadmullvadvpn-2019.6-beta1.tar.xz
mullvadvpn-2019.6-beta1.zip
Updating version in package files2019.6-beta1
-rw-r--r--Cargo.lock10
-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, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c54cc77a4..e202196bab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1084,7 +1084,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2019.5.0"
+version = "2019.6.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.5.0"
+version = "2019.6.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)",
@@ -1174,9 +1174,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.5.0",
+ "mullvad-daemon 2019.6.0-beta1",
"mullvad-paths 0.1.0",
- "mullvad-problem-report 2019.5.0",
+ "mullvad-problem-report 2019.6.0-beta1",
"mullvad-types 0.1.0",
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"talpid-core 0.1.0",
@@ -1194,7 +1194,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2019.5.0"
+version = "2019.6.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 c56cd6e193..7e7d030c1b 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.5.0",
+ "version": "2019.6.0-beta1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1340,9 +1340,9 @@
}
},
"chownr": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz",
- "integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.2.tgz",
+ "integrity": "sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A==",
"optional": true
},
"chromium-pickle-js": {
@@ -5141,9 +5141,9 @@
"optional": true
},
"npm-packlist": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.1.tgz",
- "integrity": "sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==",
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.4.tgz",
+ "integrity": "sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==",
"optional": true,
"requires": {
"ignore-walk": "^3.0.1",
diff --git a/gui/package.json b/gui/package.json
index 2dfd64f0f4..b0c45d96ca 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.5.0",
+ "version": "2019.6.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 150c64cd85..b90a5209a0 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2019.5.0"
+version = "2019.6.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 417e2bc408..6a16d1d3fb 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2019.5.0"
+version = "2019.6.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 30748fdde2..55bc8f7e11 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2019.5.0"
+version = "2019.6.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",