diff --git a/nix/package.nix b/nix/package.nix index 0ec4456a..fba7831e 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -6,7 +6,7 @@ makeDesktopItem, }: let pname = "defguard-client"; - version = "1.5.2"; # TODO: Get this from Cargo.toml or git + version = "1.5.3"; # TODO: Get this from Cargo.toml or git desktopItem = makeDesktopItem { name = pname; diff --git a/package.json b/package.json index 83aa787e..0cc2e3a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "defguard-client", "private": false, - "version": "1.5.2", + "version": "1.5.3", "type": "module", "scripts": { "dev": "npm-run-all --parallel vite typesafe-i18n", @@ -134,4 +134,4 @@ "volta": { "node": "20.5.1" } -} \ No newline at end of file +} diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7415935f..d43f39a2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "common" -version = "1.5.2" +version = "1.5.3" dependencies = [ "nix", ] @@ -1263,7 +1263,7 @@ checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" [[package]] name = "defguard-client" -version = "1.5.2" +version = "1.5.3" dependencies = [ "anyhow", "base64 0.22.1", @@ -1322,7 +1322,7 @@ dependencies = [ [[package]] name = "defguard-dg" -version = "1.5.2" +version = "1.5.3" dependencies = [ "clap", "common", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b90b25e2..4c3e19ca 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ edition = "2021" homepage = "https://github.com/DefGuard/client" license-file = "../LICENSE.md" rust-version = "1.80" -version = "1.5.2" +version = "1.5.3" [package] name = "defguard-client" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8c9b8904..3ca24233 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -10,10 +10,7 @@ "active": true, "category": "Utility", "copyright": "Defguard", - "targets": [ - "deb", - "app" - ], + "targets": ["deb", "app"], "externalBin": [], "icon": [ "icons/32x32.png", @@ -27,12 +24,8 @@ "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { - "fragmentPaths": [ - "./resources-windows/service-fragment.wxs" - ], - "componentRefs": [ - "DefGuardServiceFragment" - ] + "fragmentPaths": ["./resources-windows/service-fragment.wxs"], + "componentRefs": ["DefGuardServiceFragment"] } }, "macOS": { @@ -42,9 +35,7 @@ "providerShortName": null, "signingIdentity": null }, - "resources": [ - "resources/icons/*" - ], + "resources": ["resources/icons/*"], "shortDescription": "Defguard desktop client", "longDescription": "Defguard desktop client", "linux": { @@ -72,12 +63,10 @@ "productName": "defguard-client", "mainBinaryName": "defguard-client", "identifier": "net.defguard", - "version": "1.5.2", + "version": "1.5.3", "app": { "security": { - "capabilities": [ - "main-capability" - ], + "capabilities": ["main-capability"], "csp": null }, "windows": [ @@ -101,10 +90,8 @@ "plugins": { "deep-link": { "desktop": { - "schemes": [ - "defguard" - ] + "schemes": ["defguard"] } } } -} \ No newline at end of file +}