Skip to content

Commit

Permalink
Updating version in package files
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jun 9, 2021
1 parent 98d8530 commit 975148e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist-assets/windows/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2021
#define MINOR_VERSION 3
#define MINOR_VERSION 4
#define PATCH_VERSION 0
#define PRODUCT_VERSION "2021.3"
#define PRODUCT_VERSION "2021.4-beta1"
4 changes: 2 additions & 2 deletions gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
"version": "2021.3.0",
"version": "2021.4.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
Expand Down
2 changes: 1 addition & 1 deletion mullvad-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
version = "2021.3.0"
version = "2021.4.0-beta1"
authors = ["Mullvad VPN"]
description = "Manage the Mullvad VPN daemon via a convenient CLI"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
version = "2021.3.0"
version = "2021.4.0-beta1"
authors = ["Mullvad VPN"]
description = "Mullvad VPN daemon. Runs and controls the VPN tunnels"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-exclude/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mullvad-exclude"
version = "2021.3.0"
version = "2021.4.0-beta1"
authors = ["Mullvad VPN"]
license = "GPL-3.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-problem-report/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
version = "2021.3.0"
version = "2021.4.0-beta1"
authors = ["Mullvad VPN"]
description = "Collect Mullvad VPN logs into a report and send it to support"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion mullvad-setup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mullvad-setup"
version = "2021.3.0"
version = "2021.4.0-beta1"
authors = ["Mullvad VPN"]
description = "Tool used to manage daemon setup"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion talpid-openvpn-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
version = "2021.3.0"
version = "2021.4.0-beta1"
authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"
Expand Down

0 comments on commit 975148e

Please sign in to comment.