Skip to content

Commit

Permalink
release: v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein committed Jan 5, 2025
1 parent bffb0ea commit 27758ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools-x",
"version": "3.4.0",
"version": "3.4.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -135,4 +135,4 @@
"vite": "^5.2.14",
"vite-tsconfig-paths": "^5.0.1"
}
}
}
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 = "devtools-x"
version = "3.4.0"
version = "3.4.1"
description = "Developer tools desktop application"
authors = ["Sparkenstein"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"productName": "devtools-x",
"mainBinaryName": "devtools-x",
"version": "3.4.0",
"version": "3.4.1",
"identifier": "com.fosslife.devtoolsx",
"plugins": {
"sql": {
Expand Down

0 comments on commit 27758ba

Please sign in to comment.