Skip to content

Commit

Permalink
v3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Jun 23, 2023
1 parent 310203d commit 7313019
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion daemon/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"env": {},
"args": ["-debug_install_dir=${workspaceRoot}", "-logging"],
//"buildFlags": "-tags debug",
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.11.1'"
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.11.2'"
//"buildFlags": ""
//"buildFlags": "-tags nowifi"
}
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
name: ivpn # you probably want to 'snapcraft register <name>'
base: core20 # the base snap is the execution environment for this snap
# TODO: Set 'version:' to the same value as in 'ui/package.json'. This value will be used to stamp version for CLI and daemon
version: "3.11.1"
version: "3.11.2"

title: IVPN
summary: IVPN - Secure VPN for Privacy # 79 char long summary
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivpn-ui",
"version": "3.11.1",
"version": "3.11.2",
"productName": "IVPN",
"description": "IVPN Client",
"author": "IVPN Limited",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function GetResourcesPath() {
}

export default {
MinRequiredDaemonVer: "3.11.1",
MinRequiredDaemonVer: "3.11.2",

MinimizedUIWidth: 320,
MaximizedUIWidth: 800,
Expand Down

0 comments on commit 7313019

Please sign in to comment.