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 Sep 13, 2018
1 parent f245e9a commit 6f683cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion gui/packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop",
"version": "2018.2.0",
"version": "2018.3.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 = "2018.2.0"
version = "2018.3.0-beta1"
authors = ["Mullvad VPN <[email protected]>", "Linus Färnstrand <[email protected]>", "Erik Larkö <[email protected]>", "Andrej Mihajlov <[email protected]>"]
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 = "2018.2.0"
version = "2018.3.0-beta1"
authors = ["Mullvad VPN <[email protected]>", "Linus Färnstrand <[email protected]>", "Erik Larkö <[email protected]>", "Andrej Mihajlov <[email protected]>"]
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 = "2018.2.0"
version = "2018.3.0-beta1"
authors = ["Mullvad VPN <[email protected]>", "Linus Färnstrand <[email protected]>", "Andrej Mihajlov <[email protected]>"]
description = "Collect Mullvad VPN logs into a report and send it to support"
license = "GPL-3.0"
Expand Down

0 comments on commit 6f683cd

Please sign in to comment.