diff --git a/package.json b/package.json index ec245aa7..17f2e537 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "defguard-client", "private": false, - "version": "1.4.0", + "version": "1.5.0", "type": "module", "scripts": { "dev": "npm-run-all --parallel vite typesafe-i18n", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c4d7c34d..5192e894 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "common" -version = "1.4.0" +version = "1.5.0" dependencies = [ "nix 0.30.1", ] @@ -1347,7 +1347,7 @@ dependencies = [ [[package]] name = "defguard-client" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anyhow", "base64 0.22.1", @@ -1392,7 +1392,7 @@ dependencies = [ [[package]] name = "defguard-dg" -version = "1.4.0" +version = "1.5.0" dependencies = [ "clap", "common", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a05c73a3..4a50014f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" homepage = "https://github.com/DefGuard/client" license-file = "../LICENSE.md" rust-version = "1.80" -version = "1.4.0" +version = "1.5.0" [package] name = "defguard-client" @@ -49,24 +49,24 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_with = "3.11" sqlx = { version = "0.8", features = [ - "chrono", - "sqlite", - "runtime-tokio", - "uuid", - "macros", + "chrono", + "sqlite", + "runtime-tokio", + "uuid", + "macros", ] } struct-patch = "0.9" strum = { version = "0.27", features = ["derive"] } tauri = { version = "1.8", features = [ - "notification-all", - "dialog-all", - "clipboard-all", - "http-all", - "window-all", - "system-tray", - "native-tls-vendored", - "icon-png", - "fs-all", + "notification-all", + "dialog-all", + "clipboard-all", + "http-all", + "window-all", + "system-tray", + "native-tls-vendored", + "icon-png", + "fs-all", ] } tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } @@ -81,9 +81,9 @@ tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } webbrowser = "1.0" x25519-dalek = { version = "2", features = [ - "getrandom", - "serde", - "static_secrets", + "getrandom", + "serde", + "static_secrets", ] } [target.'cfg(windows)'.dependencies] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ec957d48..bbafaf46 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "defguard-client", - "version": "1.4.0" + "version": "1.5.0" }, "tauri": { "systemTray": {