Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 13, 2024
1 parent 5c0e78e commit bb582d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@playform/build": "0.1.7",
"@tauri-apps/cli": "2.0.2",
"@tauri-apps/cli": "2.0.3",
"@types/node": "22.7.5",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tauri-build = { version = "2.0.1", features = [] }
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri = { version = "2.0.2", features = [
tauri = { version = "2.0.3", features = [
"tray-icon",
"system-tray",
"window-center",
Expand Down

0 comments on commit bb582d6

Please sign in to comment.