diff options
| author | 2026-01-13 16:37:53 +0800 | |
|---|---|---|
| committer | 2026-01-13 16:37:53 +0800 | |
| commit | b8723835f2b5afc8b60a61144d06bd6963255a23 (patch) | |
| tree | ed61c49f785073c937c81b38636e738be24672fb /src-tauri/tauri.conf.json | |
| parent | 8d9856d4a0e469aa9343188dd6c32528881d578f (diff) | |
| download | DropOut-b8723835f2b5afc8b60a61144d06bd6963255a23.tar.gz DropOut-b8723835f2b5afc8b60a61144d06bd6963255a23.zip | |
chore: update version to 0.1.6 in Cargo.toml and tauri.conf.jsonv0.1.6
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0bc0550..a9e13bb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.5", + "version": "0.1.6", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |