Skip to content

Commit

Permalink
chore: make tauri use version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Sep 13, 2024
1 parent 02c976a commit 3cf863c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/core/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
}
},
"productName": "TableX",
"version": "../package.json",
"identifier": "tablex",
"plugins": {},
"app": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tablex/web",
"type": "module",
"version": "0.0.1",
"version": "0.0.0",
"scripts": {
"dev": "bunx --bun astro dev",
"start": "bunx --bun astro dev",
Expand Down

0 comments on commit 3cf863c

Please sign in to comment.