summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2022-08-10 14:11:55 +0200
committerLinus Färnstrand <linus@mullvad.net>2022-08-10 14:13:35 +0200
commit39486e0096a4d4d65b63fc91726afbd38e011532 (patch)
tree79e79b3c1b438429de61758a672878bc2d8d5434
parentf7f31221ab979f4eb6edfd3fec9ec11922168f79 (diff)
downloadmullvadvpn-39486e0096a4d4d65b63fc91726afbd38e011532.tar.xz
mullvadvpn-39486e0096a4d4d65b63fc91726afbd38e011532.zip
Updating version in package files
-rw-r--r--Cargo.lock12
-rw-r--r--dist-assets/windows/version.h2
-rw-r--r--gui/package-lock.json4
-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
10 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 094158cb01..f9ef6eaa35 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1524,7 +1524,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
dependencies = [
"base64",
"chrono",
@@ -1547,7 +1547,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
dependencies = [
"android_logger",
"cfg-if",
@@ -1591,7 +1591,7 @@ dependencies = [
[[package]]
name = "mullvad-exclude"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
dependencies = [
"err-derive",
"nix 0.23.1",
@@ -1654,7 +1654,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
dependencies = [
"clap",
"dirs-next",
@@ -1698,7 +1698,7 @@ dependencies = [
[[package]]
name = "mullvad-setup"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
dependencies = [
"clap",
"env_logger 0.8.4",
@@ -3113,7 +3113,7 @@ dependencies = [
[[package]]
name = "talpid-openvpn-plugin"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
dependencies = [
"env_logger 0.8.4",
"err-derive",
diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h
index 4ad9ff6f7b..53d589ea37 100644
--- a/dist-assets/windows/version.h
+++ b/dist-assets/windows/version.h
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2022
#define MINOR_VERSION 3
#define PATCH_VERSION 0
-#define PRODUCT_VERSION "2022.3-beta3"
+#define PRODUCT_VERSION "2022.3"
diff --git a/gui/package-lock.json b/gui/package-lock.json
index 752aa4c0cb..0403d2888d 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mullvad-vpn",
- "version": "2022.3.0-beta3",
+ "version": "2022.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mullvad-vpn",
- "version": "2022.3.0-beta3",
+ "version": "2022.3.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index b5bff5ade0..50e54edf1b 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2022.3.0-beta3",
+ "version": "2022.3.0",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 34cf931292..5971a14559 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2022.3.0-beta3"
+version = "2022.3.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 a59b7469d8..8a49b420c6 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2022.3.0-beta3"
+version = "2022.3.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 9222e569e9..c8edc6a9c7 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-exclude"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
authors = ["Mullvad VPN"]
license = "GPL-3.0"
edition = "2021"
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 6bc05b6f7e..21d0ac5b1e 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2022.3.0-beta3"
+version = "2022.3.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 9f31bbf34e..35cf28ab15 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-setup"
-version = "2022.3.0-beta3"
+version = "2022.3.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 97def6ab2a..8c86a1390a 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
-version = "2022.3.0-beta3"
+version = "2022.3.0"
authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"