Skip to content

Commit eb918af

Browse files
authored
bump version to 1.5 (#468)
1 parent 2e66c1b commit eb918af

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
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.4.0",
4+
"version": "1.5.0",
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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
homepage = "https://github.com/DefGuard/client"
1212
license-file = "../LICENSE.md"
1313
rust-version = "1.80"
14-
version = "1.4.0"
14+
version = "1.5.0"
1515

1616
[package]
1717
name = "defguard-client"
@@ -49,24 +49,24 @@ serde = { version = "1.0", features = ["derive"] }
4949
serde_json = "1.0"
5050
serde_with = "3.11"
5151
sqlx = { version = "0.8", features = [
52-
"chrono",
53-
"sqlite",
54-
"runtime-tokio",
55-
"uuid",
56-
"macros",
52+
"chrono",
53+
"sqlite",
54+
"runtime-tokio",
55+
"uuid",
56+
"macros",
5757
] }
5858
struct-patch = "0.9"
5959
strum = { version = "0.27", features = ["derive"] }
6060
tauri = { version = "1.8", features = [
61-
"notification-all",
62-
"dialog-all",
63-
"clipboard-all",
64-
"http-all",
65-
"window-all",
66-
"system-tray",
67-
"native-tls-vendored",
68-
"icon-png",
69-
"fs-all",
61+
"notification-all",
62+
"dialog-all",
63+
"clipboard-all",
64+
"http-all",
65+
"window-all",
66+
"system-tray",
67+
"native-tls-vendored",
68+
"icon-png",
69+
"fs-all",
7070
] }
7171
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
7272
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
@@ -81,9 +81,9 @@ tracing-appender = "0.2"
8181
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
8282
webbrowser = "1.0"
8383
x25519-dalek = { version = "2", features = [
84-
"getrandom",
85-
"serde",
86-
"static_secrets",
84+
"getrandom",
85+
"serde",
86+
"static_secrets",
8787
] }
8888

8989
[target.'cfg(windows)'.dependencies]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "defguard-client",
11-
"version": "1.4.0"
11+
"version": "1.5.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)