Skip to content

Commit

Permalink
change version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 11, 2024
1 parent 6a453cf commit ac7eaa0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "defguard-client",
"private": false,
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "npm-run-all --parallel vite typesafe-i18n",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defguard-client"
version = "0.4.0"
version = "0.4.1"
description = "Defguard desktop client"
license = ""
homepage = "https://github.com/DefGuard/client"
Expand Down
6 changes: 2 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "defguard-client",
"version": "0.4.0"
"version": "0.4.1"
},
"tauri": {
"systemTray": {
Expand Down Expand Up @@ -68,9 +68,7 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": [
"resources/*"
],
"resources": ["resources/*"],
"shortDescription": "",
"targets": ["deb", "app", "appimage"],
"windows": {
Expand Down

0 comments on commit ac7eaa0

Please sign in to comment.