From 70b22d9994e51358cb973f920a4038d836e82754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Tue, 16 Jun 2020 16:45:29 +0200 Subject: [PATCH] Updating version in package files --- Cargo.lock | 14 +++++++------- android/build.gradle | 4 ++-- dist-assets/windows/version.h | 2 +- gui/package-lock.json | 2 +- gui/package.json | 2 +- mullvad-cli/Cargo.toml | 2 +- mullvad-daemon/Cargo.toml | 2 +- mullvad-problem-report/Cargo.toml | 2 +- mullvad-setup/Cargo.toml | 2 +- talpid-openvpn-plugin/Cargo.toml | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6de2bee9a1e9..69689ce1ccf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1379,7 +1379,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" dependencies = [ "android_logger 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1466,9 +1466,9 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (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 2020.5.0-beta1", + "mullvad-daemon 2020.5.0-beta2", "mullvad-paths 0.1.0", - "mullvad-problem-report 2020.5.0-beta1", + "mullvad-problem-report 2020.5.0-beta2", "mullvad-rpc 0.1.0", "mullvad-types 0.1.0", "talpid-core 0.1.0", @@ -1486,7 +1486,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1533,7 +1533,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2869,7 +2869,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/android/build.gradle b/android/build.gradle index 30f6a65b8ada..c900fb42dc0f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 24 targetSdkVersion 28 - versionCode 20050001 - versionName "2020.5-beta1" + versionCode 20050002 + versionName "2020.5-beta2" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index 45ef623c1267..36d61eb32221 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2020 #define MINOR_VERSION 5 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2020.5-beta1" +#define PRODUCT_VERSION "2020.5-beta2" diff --git a/gui/package-lock.json b/gui/package-lock.json index ac56348ad1a5..c0e7601074d0 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2020.5.0-beta1", + "version": "2020.5.0-beta2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index 309e581de5d9..fe52e9869004 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2020.5.0-beta1", + "version": "2020.5.0-beta2", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 1d59b60e977d..9f9a9a9ca886 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" 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 f7c9e4129252..4bfe024f67c4 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" authors = ["Mullvad VPN"] description = "Mullvad VPN daemon. Runs and controls the VPN tunnels" license = "GPL-3.0" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 739dc44e6b34..085b2b99fe2d 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" 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 5b5baec5914d..6eb50ad034fa 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" 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 7f84353cccef..199e3a7ee1f9 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2020.5.0-beta1" +version = "2020.5.0-beta2" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0"