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 Feb 3, 2021
1 parent 9f64db4 commit ddb96b7
Show file tree
Hide file tree
Showing 11 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 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 29
versionCode 21010001
versionName "2021.1-beta1"
versionCode 21010002
versionName "2021.1-beta2"
}

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 2021
#define MINOR_VERSION 1
#define PATCH_VERSION 0
#define PRODUCT_VERSION "2021.1-beta1"
#define PRODUCT_VERSION "2021.1-beta2"
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": "2021.1.0-beta1",
"version": "2021.1.0-beta2",
"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.1.0-beta1"
version = "2021.1.0-beta2"
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.1.0-beta1"
version = "2021.1.0-beta2"
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.1.0-beta1"
version = "2021.1.0-beta2"
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.1.0-beta1"
version = "2021.1.0-beta2"
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.1.0-beta1"
version = "2021.1.0-beta2"
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.1.0-beta1"
version = "2021.1.0-beta2"
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 ddb96b7

Please sign in to comment.