diff options
| author | 2026-01-15 17:50:44 +0800 | |
|---|---|---|
| committer | 2026-01-15 17:50:44 +0800 | |
| commit | aaa81ccb05362333e512b2609e9d86f11f5457eb (patch) | |
| tree | 2bab79356fbcee1630716c374c5f3480425e5dc0 /src-tauri/tauri.conf.json | |
| parent | 31077dbd39a25eecd24a1dca0f8c9d1879265277 (diff) | |
| download | DropOut-aaa81ccb05362333e512b2609e9d86f11f5457eb.tar.gz DropOut-aaa81ccb05362333e512b2609e9d86f11f5457eb.zip | |
chore: Bump version to 0.1.22 in Cargo.toml and tauri.conf.json for releasev0.1.22
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 ce54ca8..4fc5260 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.21", + "version": "0.1.22", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |