diff options
| author | 2026-01-14 20:41:12 +0800 | |
|---|---|---|
| committer | 2026-01-14 20:41:12 +0800 | |
| commit | 5b1d9e02e173e0917d1e5dc84158a0f8a40efe1c (patch) | |
| tree | 2491a8e0c9a134d2d1be36544ea3047c5f657e45 /src-tauri/tauri.conf.json | |
| parent | 44a5f42d901abbb282210419529d0e01302b1bed (diff) | |
| download | DropOut-5b1d9e02e173e0917d1e5dc84158a0f8a40efe1c.tar.gz DropOut-5b1d9e02e173e0917d1e5dc84158a0f8a40efe1c.zip | |
chore: update version to 0.1.19 in Cargo.toml and tauri.conf.jsonv0.1.19
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 beba8d3..ea21627 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.18", + "version": "0.1.19", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |