diff options
| author | 2026-01-16 08:05:51 +0100 | |
|---|---|---|
| committer | 2026-01-16 08:05:51 +0100 | |
| commit | 46ea4d96c205276ecfb84928736ef02df8c104ff (patch) | |
| tree | e759a5ea7b1c3cb2b0dc3823a166b758398bfc96 /src-tauri/tauri.conf.json | |
| parent | 76ab8c504c3d094b3c9d3b2034a4c16384220926 (diff) | |
| parent | ddf10db485ea125df92d87955f110f46c0c1e7a0 (diff) | |
| download | DropOut-46ea4d96c205276ecfb84928736ef02df8c104ff.tar.gz DropOut-46ea4d96c205276ecfb84928736ef02df8c104ff.zip | |
Merge branch 'HsiangNianian:main' into fix/windows-java-path
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 060a871..450990a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.23", + "version": "0.1.24", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |