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 Apr 29, 2020
1 parent f56c29f commit f728515
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 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 android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 19
targetSdkVersion 28
versionCode 20040002
versionName "2020.4-beta2"
versionCode 20040003
versionName "2020.4-beta3"
}

if (keystorePropertiesFile.exists()) {
Expand Down
2 changes: 1 addition & 1 deletion dist-assets/windows/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2020
#define MINOR_VERSION 4
#define PATCH_VERSION 0
#define PRODUCT_VERSION "2020.4-beta2"
#define PRODUCT_VERSION "2020.4-beta3"
2 changes: 1 addition & 1 deletion 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": "2020.4.0-beta2",
"version": "2020.4.0-beta3",
"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 = "2020.4.0-beta2"
version = "2020.4.0-beta3"
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 = "2020.4.0-beta2"
version = "2020.4.0-beta3"
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-problem-report/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
version = "2020.4.0-beta2"
version = "2020.4.0-beta3"
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 = "2020.4.0-beta2"
version = "2020.4.0-beta3"
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 = "2020.4.0-beta2"
version = "2020.4.0-beta3"
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 f728515

Please sign in to comment.