Skip to content

Commit c3058dd

Browse files
committed
v3.15.0
1 parent fd93ea2 commit c3058dd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

daemon/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"env": {},
1616
"args": ["-debug_install_dir=${workspaceRoot}", "-logging"],
1717
//"buildFlags": "-tags debug",
18-
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.14.34'"
18+
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.15.0'"
1919
//"buildFlags": ""
2020
//"buildFlags": "-tags nowifi"
2121
}

daemon/References/common/etc/servers.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
name: ivpn # you probably want to 'snapcraft register <name>'
6565
base: core20 # the base snap is the execution environment for this snap
6666
# TODO: Set 'version:' to the same value as in 'ui/package.json'. This value will be used to stamp version for CLI and daemon
67-
version: "3.14.34"
67+
version: "3.15.0"
6868

6969
title: IVPN
7070
summary: IVPN - Secure VPN for Privacy # 79 char long summary

ui/package-lock.json

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

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ivpn-ui",
3-
"version": "3.14.34",
3+
"version": "3.15.0",
44
"productName": "IVPN",
55
"description": "IVPN Client",
66
"author": "IVPN Limited",

ui/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function GetResourcesPath() {
3232
}
3333

3434
export default {
35-
MinRequiredDaemonVer: "3.14.34",
35+
MinRequiredDaemonVer: "3.15.0",
3636

3737
MinimizedUIWidth: 320,
3838
MaximizedUIWidth: 800,

0 commit comments

Comments
 (0)