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 25, 2020
1 parent e051c05 commit 0198a8b
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 @@ -21,8 +21,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 28
versionCode 20050002
versionName "2020.5-beta2"
versionCode 20050099
versionName "2020.5"
}

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 5
#define PATCH_VERSION 0
#define PRODUCT_VERSION "2020.5-beta2"
#define PRODUCT_VERSION "2020.5"
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.5.0-beta2",
"version": "2020.5.0",
"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.5.0-beta2"
version = "2020.5.0"
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.5.0-beta2"
version = "2020.5.0"
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.5.0-beta2"
version = "2020.5.0"
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.5.0-beta2"
version = "2020.5.0"
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.5.0-beta2"
version = "2020.5.0"
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 0198a8b

Please sign in to comment.