diff options
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | android/build.gradle | 4 | ||||
| -rw-r--r-- | dist-assets/windows/version.h | 4 | ||||
| -rw-r--r-- | gui/package-lock.json | 2 | ||||
| -rw-r--r-- | gui/package.json | 2 | ||||
| -rw-r--r-- | mullvad-cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-exclude/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-problem-report/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-setup/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 2 |
11 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6d0719b8d2..fd3468be4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2020.7.0" +version = "2020.8.0-beta1" dependencies = [ "base64", "chrono", @@ -1254,7 +1254,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2020.7.0" +version = "2020.8.0-beta1" dependencies = [ "android_logger", "cfg-if 1.0.0", @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2020.7.0" +version = "2020.8.0-beta1" dependencies = [ "err-derive", "nix 0.19.0", @@ -1353,7 +1353,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2020.7.0" +version = "2020.8.0-beta1" dependencies = [ "clap", "dirs", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2020.7.0" +version = "2020.8.0-beta1" dependencies = [ "clap", "env_logger", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2020.7.0" +version = "2020.8.0-beta1" dependencies = [ "env_logger", "err-derive", diff --git a/android/build.gradle b/android/build.gradle index a7508fb3fb..0f42df9bba 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 24 targetSdkVersion 29 - versionCode 20070099 - versionName "2020.7" + versionCode 20080001 + versionName "2020.8-beta1" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index a1c6c51c7b..cea5aff018 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2020 -#define MINOR_VERSION 7 +#define MINOR_VERSION 8 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2020.7" +#define PRODUCT_VERSION "2020.8-beta1" diff --git a/gui/package-lock.json b/gui/package-lock.json index 3bf408039c..2f1381d3da 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2020.7.0", + "version": "2020.8.0-beta1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index b99e0aa5ea..bcdbf7d87b 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2020.7.0", + "version": "2020.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 0fad79405a..1801ee33b1 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2020.7.0" +version = "2020.8.0-beta1" authors = ["Mullvad VPN"] 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 c370c569ed..046c58555d 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2020.7.0" +version = "2020.8.0-beta1" authors = ["Mullvad VPN"] description = "Mullvad VPN daemon. Runs and controls the VPN tunnels" license = "GPL-3.0" diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml index 661eab890a..f562398db4 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2020.7.0" +version = "2020.8.0-beta1" authors = ["Mullvad VPN"] license = "GPL-3.0" edition = "2018" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index bfd712fb79..08a4ec3687 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2020.7.0" +version = "2020.8.0-beta1" authors = ["Mullvad VPN"] description = "Collect Mullvad VPN logs into a report and send it to support" license = "GPL-3.0" diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml index aa816e47c6..dc757742a1 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2020.7.0" +version = "2020.8.0-beta1" authors = ["Mullvad VPN"] description = "Tool used to manage daemon setup" license = "GPL-3.0" diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index 29799c3322..f4014496ad 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2020.7.0" +version = "2020.8.0-beta1" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
