summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
-rw-r--r--android/build.gradle4
-rw-r--r--dist-assets/windows/version.h4
-rw-r--r--gui/package-lock.json36
-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
-rw-r--r--talpid-openvpn-plugin/Cargo.toml2
9 files changed, 33 insertions, 33 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b436f2a6e0..b7761f837f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1180,7 +1180,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2019.7.0"
+version = "2019.8.0-beta1"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1201,7 +1201,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2019.7.0"
+version = "2019.8.0-beta1"
dependencies = [
"android_logger 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1275,9 +1275,9 @@ dependencies = [
"libc 0.2.59 (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.7.0",
+ "mullvad-daemon 2019.8.0-beta1",
"mullvad-paths 0.1.0",
- "mullvad-problem-report 2019.7.0",
+ "mullvad-problem-report 2019.8.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",
@@ -1295,7 +1295,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2019.7.0"
+version = "2019.8.0-beta1"
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)",
@@ -2349,7 +2349,7 @@ dependencies = [
[[package]]
name = "talpid-openvpn-plugin"
-version = "2019.7.0"
+version = "2019.8.0-beta1"
dependencies = [
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/android/build.gradle b/android/build.gradle
index c47ccdb073..55ac2707dd 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -23,8 +23,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 19
targetSdkVersion 28
- versionCode 19070099
- versionName "2019.7"
+ versionCode 19080001
+ versionName "2019.8-beta1"
}
if (keystorePropertiesFile.exists()) {
diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h
index 2d21c6c30c..5e31645172 100644
--- a/dist-assets/windows/version.h
+++ b/dist-assets/windows/version.h
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2019
-#define MINOR_VERSION 7
+#define MINOR_VERSION 8
#define PATCH_VERSION 0
-#define PRODUCT_VERSION "2019.7"
+#define PRODUCT_VERSION "2019.8-beta1"
diff --git a/gui/package-lock.json b/gui/package-lock.json
index 86e393d32a..65b89f000f 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.7.0",
+ "version": "2019.8.0-beta1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3683,12 +3683,12 @@
}
},
"fs-minipass": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.6.tgz",
- "integrity": "sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ==",
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
+ "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
"optional": true,
"requires": {
- "minipass": "^2.2.1"
+ "minipass": "^2.6.0"
}
},
"fs-mkdirp-stream": {
@@ -4909,9 +4909,9 @@
}
},
"ignore-walk": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz",
- "integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.2.tgz",
+ "integrity": "sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw==",
"optional": true,
"requires": {
"minimatch": "^3.0.4"
@@ -5956,9 +5956,9 @@
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
},
"minipass": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.5.0.tgz",
- "integrity": "sha512-9FwMVYhn6ERvMR8XFdOavRz4QK/VJV8elU1x50vYexf9lslDcWe/f4HBRxCPd185ekRSjU6CfYyJCECa/CQy7Q==",
+ "version": "2.6.5",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.6.5.tgz",
+ "integrity": "sha512-ewSKOPFH9blOLXx0YSE+mbrNMBFPS+11a2b03QZ+P4LVrUHW/GAlqeYC7DBknDyMWkHzrzTpDhUvy7MUxqyrPA==",
"optional": true,
"requires": {
"safe-buffer": "^5.1.2",
@@ -5966,9 +5966,9 @@
}
},
"minizlib": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.2.1.tgz",
- "integrity": "sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.2.2.tgz",
+ "integrity": "sha512-hR3At21uSrsjjDTWrbu0IMLTpnkpv8IIMFDFaoz43Tmu4LkmAXfH44vNNzpTnf+OAQQCHrb91y/wc2J4x5XgSQ==",
"optional": true,
"requires": {
"minipass": "^2.2.1"
@@ -8921,14 +8921,14 @@
"integrity": "sha512-8Gr8WHInZt5oU1q2N7ANqLSZ/TJn6bYlkqkwJJoGowFc5l81DRORgtHH9eJUpJGJsGJgYyWeVfKGVtUdTu4TEQ=="
},
"tar": {
- "version": "4.4.10",
- "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.10.tgz",
- "integrity": "sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==",
+ "version": "4.4.11",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.11.tgz",
+ "integrity": "sha512-iI4zh3ktLJKaDNZKZc+fUONiQrSn9HkCFzamtb7k8FFmVilHVob7QsLX/VySAW8lAviMzMbFw4QtFb4errwgYA==",
"optional": true,
"requires": {
"chownr": "^1.1.1",
"fs-minipass": "^1.2.5",
- "minipass": "^2.3.5",
+ "minipass": "^2.6.4",
"minizlib": "^1.2.1",
"mkdirp": "^0.5.0",
"safe-buffer": "^5.1.2",
diff --git a/gui/package.json b/gui/package.json
index aa71459bed..2b24cfac32 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2019.7.0",
+ "version": "2019.8.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 07170cb157..1c2d658301 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2019.7.0"
+version = "2019.8.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 7e8fcc3a6d..d4d432b1cd 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2019.7.0"
+version = "2019.8.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 eb38081137..68024151c1 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2019.7.0"
+version = "2019.8.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml
index c3a0da7aa0..bfb14c626b 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
-version = "2019.7.0"
+version = "2019.8.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",