fix(tauri): align desktop version metadata

Match the Tauri package, Cargo, and bundle version metadata to the current legacy desktop version so About dialogs and installer artifacts stop reporting 0.1.0.
This commit is contained in:
Pascal André
2026-03-15 01:49:42 +01:00
parent 7c3f808d69
commit 4402d9afb0
3 changed files with 3 additions and 3 deletions

View File

@@ -626,7 +626,7 @@ dependencies = [
[[package]]
name = "codenomad-tauri"
version = "0.1.0"
version = "0.12.3"
dependencies = [
"anyhow",
"dirs 5.0.1",