summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-01-25 20:11:41 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-01-25 20:11:41 +0100
commit432d9c9e7dcb2b9773ebbc0a36462fbe6aaab673 (patch)
treeaf59d78fc614b7708624e375fefebd90978248a6
parent129d0f91aa2516d035a00b0f84e08a66ed7a49a0 (diff)
downloadmullvadvpn-2021.1-beta1.tar.xz
mullvadvpn-2021.1-beta1.zip
Updating version in package files2021.1-beta1
-rw-r--r--Cargo.lock12
-rw-r--r--android/build.gradle4
-rw-r--r--dist-assets/windows/version.h6
-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-exclude/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
11 files changed, 19 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0cf1de768..f7beec5552 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1203,7 +1203,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
dependencies = [
"base64",
"chrono",
@@ -1224,7 +1224,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
dependencies = [
"android_logger",
"cfg-if 1.0.0",
@@ -1265,7 +1265,7 @@ dependencies = [
[[package]]
name = "mullvad-exclude"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
dependencies = [
"err-derive",
"nix 0.19.0",
@@ -1331,7 +1331,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
dependencies = [
"clap",
"dirs-next",
@@ -1378,7 +1378,7 @@ dependencies = [
[[package]]
name = "mullvad-setup"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
dependencies = [
"clap",
"env_logger",
@@ -2592,7 +2592,7 @@ dependencies = [
[[package]]
name = "talpid-openvpn-plugin"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
dependencies = [
"env_logger",
"err-derive",
diff --git a/android/build.gradle b/android/build.gradle
index b507ea910c..9d0b40b42f 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -21,8 +21,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 29
- versionCode 20080002
- versionName "2020.8-beta2"
+ versionCode 21010001
+ versionName "2021.1-beta1"
}
if (keystorePropertiesFile.exists()) {
diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h
index 56efa43fee..53c444fef6 100644
--- a/dist-assets/windows/version.h
+++ b/dist-assets/windows/version.h
@@ -1,4 +1,4 @@
-#define MAJOR_VERSION 2020
-#define MINOR_VERSION 8
+#define MAJOR_VERSION 2021
+#define MINOR_VERSION 1
#define PATCH_VERSION 0
-#define PRODUCT_VERSION "2020.8-beta2"
+#define PRODUCT_VERSION "2021.1-beta1"
diff --git a/gui/package-lock.json b/gui/package-lock.json
index 5ef62841a5..92a5939e5e 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2020.8.0-beta2",
+ "version": "2021.1.0-beta1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index 0bb993f9df..8d54f36595 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2020.8.0-beta2",
+ "version": "2021.1.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 3b0c394657..2ddb5b6f16 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2020.8.0-beta2"
+version = "2021.1.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 6f97e20ff0..daee54b7bb 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2020.8.0-beta2"
+version = "2021.1.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 a6e364b96b..89b5ecb5dc 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-exclude"
-version = "2020.8.0-beta2"
+version = "2021.1.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 c537eee91b..8e415e0e71 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2020.8.0-beta2"
+version = "2021.1.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 bfe42f9ba7..ec60ad4ab5 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-setup"
-version = "2020.8.0-beta2"
+version = "2021.1.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 91a68b37aa..6f4b514fe4 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
-version = "2020.8.0-beta2"
+version = "2021.1.0-beta1"
authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"