Skip to content

Commit ae77f76

Browse files
committed
v3.15.13
1 parent 67300be commit ae77f76

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

daemon/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"env": {},
2020
"args": ["-debug_install_dir=${workspaceRoot}", "-logging"],
2121
//"buildFlags": "-tags debug",
22-
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.15.10'"
22+
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.15.13'"
2323
//"buildFlags": ""
2424
//"buildFlags": "-tags nowifi"
2525
}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
name: ivpn # you probably want to 'snapcraft register <name>'
7676
base: core22 # the base snap is the execution environment for this snap
7777
# TODO: Set 'version:' to the same value as in 'ui/package.json'. This value will be used to stamp version for CLI and daemon
78-
version: "3.15.10"
78+
version: "3.15.13"
7979

8080
title: IVPN
8181
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.15.10",
3+
"version": "3.15.13",
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.15.10",
35+
MinRequiredDaemonVer: "3.15.13",
3636

3737
MinimizedUIWidth: 320,
3838
MaximizedUIWidth: 800,

0 commit comments

Comments
 (0)