Skip to content

Commit 13fe595

Browse files
committed
Bump version
1 parent f7cbc33 commit 13fe595

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "defguard-client",
33
"private": false,
4-
"version": "1.6.6",
4+
"version": "1.6.7",
55
"type": "module",
66
"scripts": {
77
"dev": "npm-run-all --parallel vite typesafe-i18n",

src-tauri/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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ edition = "2021"
3131
homepage = "https://github.com/DefGuard/client"
3232
license-file = "../LICENSE.md"
3333
rust-version = "1.87"
34-
version = "1.6.6"
34+
version = "1.6.7"
3535

3636
[package]
3737
name = "defguard-client"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"productName": "Defguard",
8787
"mainBinaryName": "defguard-client",
8888
"identifier": "net.defguard",
89-
"version": "1.6.6",
89+
"version": "1.6.7",
9090
"app": {
9191
"security": {
9292
"capabilities": [

0 commit comments

Comments
 (0)