diff options
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | android/build.gradle | 4 | ||||
| -rw-r--r-- | dist-assets/windows/version.h | 2 | ||||
| -rw-r--r-- | gui/package-lock.json | 2 | ||||
| -rw-r--r-- | gui/package.json | 5 | ||||
| -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, 19 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock index 80c1a4f234..a3bc60ee02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2021.1.0-beta2" +version = "2021.1.0" dependencies = [ "base64 0.13.0", "chrono", @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2021.1.0-beta2" +version = "2021.1.0" dependencies = [ "android_logger", "cfg-if 1.0.0", @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "mullvad-exclude" -version = "2021.1.0-beta2" +version = "2021.1.0" dependencies = [ "err-derive 0.3.0", "nix 0.19.1", @@ -1355,7 +1355,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2021.1.0-beta2" +version = "2021.1.0" dependencies = [ "clap", "dirs-next", @@ -1404,7 +1404,7 @@ dependencies = [ [[package]] name = "mullvad-setup" -version = "2021.1.0-beta2" +version = "2021.1.0" dependencies = [ "clap", "env_logger 0.8.2", @@ -2634,7 +2634,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2021.1.0-beta2" +version = "2021.1.0" dependencies = [ "env_logger 0.8.2", "err-derive 0.3.0", diff --git a/android/build.gradle b/android/build.gradle index b1dc6cdd7e..dc6a725206 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 24 targetSdkVersion 29 - versionCode 21010002 - versionName "2021.1-beta2" + versionCode 21010099 + versionName "2021.1" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index 495190bc86..e47a969523 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2021 #define MINOR_VERSION 1 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2021.1-beta2" +#define PRODUCT_VERSION "2021.1" diff --git a/gui/package-lock.json b/gui/package-lock.json index 915c8e2de6..79baed4395 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2021.1.0-beta2", + "version": "2021.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index 8fa783a0d1..5c91775b92 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2021.1.0-beta2", + "version": "2021.1.0", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", @@ -30,7 +30,8 @@ "redux": "^4.0.5", "sprintf-js": "^1.1.2", "styled-components": "^5.1.1", - "uuid": "^3.0.1" + "uuid": "^3.0.1", + "nseventmonitor": "^0.0.19" }, "optionalDependencies": { "nseventmonitor": "^1.0.0" diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 199616bb7b..37e8df63da 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2021.1.0-beta2" +version = "2021.1.0" 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 051bf0f579..f176a38434 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2021.1.0-beta2" +version = "2021.1.0" 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 8bbb7f19c1..b6d029fa6a 100644 --- a/mullvad-exclude/Cargo.toml +++ b/mullvad-exclude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-exclude" -version = "2021.1.0-beta2" +version = "2021.1.0" authors = ["Mullvad VPN"] license = "GPL-3.0" edition = "2018" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 85eb8b3ca8..c8769652bf 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2021.1.0-beta2" +version = "2021.1.0" 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 d405634c49..6b63801a3b 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-setup" -version = "2021.1.0-beta2" +version = "2021.1.0" 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 abf3cc0f39..6914de4fe0 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2021.1.0-beta2" +version = "2021.1.0" authors = ["Mullvad VPN"] description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" |
