Skip to content

Commit dc34d72

Browse files
committed
Updating version in package.json
1 parent f3d8987 commit dc34d72

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mullvad-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mullvad-cli"
3-
version = "2018.2.0-beta2"
3+
version = "2018.2.0-beta3"
44
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"]
55
description = "Manage the Mullvad VPN daemon via a convenient CLI"
66
license = "GPL-3.0"

mullvad-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mullvad-daemon"
3-
version = "2018.2.0-beta2"
3+
version = "2018.2.0-beta3"
44
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"]
55
description = "Mullvad VPN daemon. Runs and controls the VPN tunnels"
66
license = "GPL-3.0"

mullvad-problem-report/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mullvad-problem-report"
3-
version = "2018.2.0-beta2"
3+
version = "2018.2.0-beta3"
44
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"]
55
description = "Collect Mullvad VPN logs into a report and send it to support"
66
license = "GPL-3.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mullvad-vpn",
3-
"version": "2018.2.0-beta2",
3+
"version": "2018.2.0-beta3",
44
"productName": "Mullvad VPN",
55
"description": "Mullvad VPN client",
66
"main": "init.js",

0 commit comments

Comments
 (0)