summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-08-27 13:10:30 +0200
committerLinus Färnstrand <linus@mullvad.net>2020-08-27 13:13:26 +0200
commitb862732bbe60905ddb3eb83c06f825933dacdf87 (patch)
tree6a410e9f4b36d0d974a65c793ef005dd5a83b3e6
parent0d74fdee54b1958726f23b63af2340d897d130c2 (diff)
downloadmullvadvpn-b862732bbe60905ddb3eb83c06f825933dacdf87.tar.xz
mullvadvpn-b862732bbe60905ddb3eb83c06f825933dacdf87.zip
Updating version in package files
-rw-r--r--Cargo.lock16
-rw-r--r--android/build.gradle4
-rw-r--r--dist-assets/windows/version.h2
-rw-r--r--gui/package-lock.json2
-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--mullvad-setup/Cargo.toml2
-rw-r--r--talpid-openvpn-plugin/Cargo.toml2
10 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2d6cd0c9fe..31d6dd3547 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1184,7 +1184,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2020.6.0-beta1"
+version = "2020.6.0-beta2"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1206,7 +1206,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2020.6.0-beta1"
+version = "2020.6.0-beta2"
dependencies = [
"android_logger 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1249,7 +1249,7 @@ dependencies = [
[[package]]
name = "mullvad-exclude"
-version = "0.1.0"
+version = "2020.6.0-beta2"
dependencies = [
"err-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1270,9 +1270,9 @@ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.11 (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.6.0-beta1",
+ "mullvad-daemon 2020.6.0-beta2",
"mullvad-paths 0.1.0",
- "mullvad-problem-report 2020.6.0-beta1",
+ "mullvad-problem-report 2020.6.0-beta2",
"mullvad-rpc 0.1.0",
"mullvad-types 0.1.0",
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1310,7 +1310,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2020.6.0-beta1"
+version = "2020.6.0-beta2"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1357,7 +1357,7 @@ dependencies = [
[[package]]
name = "mullvad-setup"
-version = "2020.6.0-beta1"
+version = "2020.6.0-beta2"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2543,7 +2543,7 @@ dependencies = [
[[package]]
name = "talpid-openvpn-plugin"
-version = "2020.6.0-beta1"
+version = "2020.6.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 fa2989bb8d..7b6b229f96 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -21,8 +21,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 29
- versionCode 20060001
- versionName "2020.6-beta1"
+ versionCode 20060002
+ versionName "2020.6-beta2"
}
if (keystorePropertiesFile.exists()) {
diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h
index c382954ce6..c70b4a4a82 100644
--- a/dist-assets/windows/version.h
+++ b/dist-assets/windows/version.h
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2020
#define MINOR_VERSION 6
#define PATCH_VERSION 0
-#define PRODUCT_VERSION "2020.6-beta1"
+#define PRODUCT_VERSION "2020.6-beta2"
diff --git a/gui/package-lock.json b/gui/package-lock.json
index 96c793cf13..621514da3c 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2020.6.0-beta1",
+ "version": "2020.6.0-beta2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index 3e4a1aa25f..30875340cf 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2020.6.0-beta1",
+ "version": "2020.6.0-beta2",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 9883f34bba..103975b92b 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2020.6.0-beta1"
+version = "2020.6.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 b2aacf1ecb..faf54cca87 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2020.6.0-beta1"
+version = "2020.6.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 2dbf4adc7e..2642fa6acb 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2020.6.0-beta1"
+version = "2020.6.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 05719d85ab..323cc9658c 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-setup"
-version = "2020.6.0-beta1"
+version = "2020.6.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 a6e458121d..f7b57e96e4 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
-version = "2020.6.0-beta1"
+version = "2020.6.0-beta2"
authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"