Skip to content

Commit 929ee28

Browse files
committed
build(tauri): using the Cargo.toml's version to instead of setting it manually
1 parent 3e5d529 commit 929ee28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-tauri/app/tauri.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"withGlobalTauri": false
88
},
99
"package": {
10-
"productName": "tauri-redis",
11-
"version": "0.0.2"
10+
"productName": "tauri-redis"
1211
},
1312
"tauri": {
1413
"allowlist": {

0 commit comments

Comments
 (0)