summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
-rw-r--r--dist-assets/windows/version.h4
-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, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cbd5f6981c..6ae8a7d7e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1669,7 +1669,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
dependencies = [
"base64",
"chrono",
@@ -1692,7 +1692,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
dependencies = [
"android_logger",
"cfg-if 1.0.0",
@@ -1736,7 +1736,7 @@ dependencies = [
[[package]]
name = "mullvad-exclude"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
dependencies = [
"err-derive",
"nix 0.23.1",
@@ -1798,7 +1798,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
dependencies = [
"clap",
"dirs-next",
@@ -1842,7 +1842,7 @@ dependencies = [
[[package]]
name = "mullvad-setup"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
dependencies = [
"clap",
"env_logger 0.8.4",
@@ -3313,7 +3313,7 @@ dependencies = [
[[package]]
name = "talpid-openvpn-plugin"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
dependencies = [
"env_logger 0.8.4",
"err-derive",
diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h
index bf31bef805..79fa34421c 100644
--- a/dist-assets/windows/version.h
+++ b/dist-assets/windows/version.h
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2022
-#define MINOR_VERSION 1
+#define MINOR_VERSION 2
#define PATCH_VERSION 0
-#define PRODUCT_VERSION "2022.1"
+#define PRODUCT_VERSION "2022.2-beta1"
diff --git a/gui/package-lock.json b/gui/package-lock.json
index 8797dd791e..081f8c0a51 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mullvad-vpn",
- "version": "2022.1.0",
+ "version": "2022.2.0-beta1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mullvad-vpn",
- "version": "2022.1.0",
+ "version": "2022.2.0-beta1",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index e91085bc8a..9e803fe40e 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2022.1.0",
+ "version": "2022.2.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 4a47a5e841..2e7c79ca86 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2022.1.0"
+version = "2022.2.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 81518397f9..8d89118ce8 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2022.1.0"
+version = "2022.2.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 dedd683606..c9db8f7851 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-exclude"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
authors = ["Mullvad VPN"]
license = "GPL-3.0"
edition = "2021"
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index fda7dac4ab..59e1e0b9b8 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2022.1.0"
+version = "2022.2.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 a55fb63e0f..2f18d767b5 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-setup"
-version = "2022.1.0"
+version = "2022.2.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 2cb79ee447..f24ddfd3a0 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
-version = "2022.1.0"
+version = "2022.2.0-beta1"
authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"