diff options
| author | 2026-01-15 13:35:57 +0800 | |
|---|---|---|
| committer | 2026-01-15 13:35:57 +0800 | |
| commit | f34340330fcb8a0b16958f5c07571d19475fcc1a (patch) | |
| tree | 16314f38d2c13a19bd876164642bcc80aec2904e /src-tauri/tauri.conf.json | |
| parent | 3dd9b12033f4d2284601089201594a3e1049d7c2 (diff) | |
| download | DropOut-f34340330fcb8a0b16958f5c07571d19475fcc1a.tar.gz DropOut-f34340330fcb8a0b16958f5c07571d19475fcc1a.zip | |
chore: Update version number to 0.1.20 in Cargo.toml and tauri.conf.jsonv0.1.20
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 1f2b554..2b1054a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.19", + "version": "0.1.20", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |