Skip to content

Commit a8e43a6

Browse files
committed
fix(desktop): bump tauri.conf.json version to 0.1.11
Tauri reads the bundle version from here, not from Cargo.toml or package.json -- missed in the v0.1.11 bump, so the installers built with the tag still said 0.1.10.
1 parent 71a9edf commit a8e43a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "FormsLang",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"identifier": "tech.b2dev.formslang",
66
"build": {
77
"frontendDist": "../ui-shell"

0 commit comments

Comments
 (0)