diff options
| author | 2026-01-14 16:48:33 +0800 | |
|---|---|---|
| committer | 2026-01-14 16:48:33 +0800 | |
| commit | 802b8cf5c0723b606ba5936c060e01d4c83222dd (patch) | |
| tree | 672e70568068ac6e28669239beb3f80814c113dd /src-tauri/tauri.conf.json | |
| parent | 9193112aca842dbe4d723aa865a7a30f3bcdb691 (diff) | |
| download | DropOut-802b8cf5c0723b606ba5936c060e01d4c83222dd.tar.gz DropOut-802b8cf5c0723b606ba5936c060e01d4c83222dd.zip | |
chore: update version to 0.1.15 in Cargo.toml and tauri.conf.jsonv0.1.15
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 b3da8e4..8717301 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.15-a1", + "version": "0.1.15", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |