diff options
| author | 2026-01-13 19:49:04 +0800 | |
|---|---|---|
| committer | 2026-01-13 19:49:04 +0800 | |
| commit | ea2e121f1c13db073a53bfc342baf063f9eeba4c (patch) | |
| tree | f514a76696e6968a2d02d01c0634051444a8bbe7 /src-tauri/tauri.conf.json | |
| parent | 4f2abfdaa35d43a8d3ec868a1b27f6f8d0ebf547 (diff) | |
| download | DropOut-ea2e121f1c13db073a53bfc342baf063f9eeba4c.tar.gz DropOut-ea2e121f1c13db073a53bfc342baf063f9eeba4c.zip | |
chore: update version to 0.1.9 in Cargo.toml and tauri.conf.jsonv0.1.9
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 f98677c..53da0de 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.8", + "version": "0.1.9", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |