diff options
| author | 2026-01-13 16:56:52 +0800 | |
|---|---|---|
| committer | 2026-01-13 16:56:52 +0800 | |
| commit | 893e22ff0ae61a6f50f377078a060cda105d4c7a (patch) | |
| tree | 27d6a432e6a0f8c68fe61e4bf026938addfca697 /src-tauri/tauri.conf.json | |
| parent | 21d2e97fe2b4a9ad4a2904327450581f52c3067f (diff) | |
| download | DropOut-893e22ff0ae61a6f50f377078a060cda105d4c7a.tar.gz DropOut-893e22ff0ae61a6f50f377078a060cda105d4c7a.zip | |
chore: bump version to 0.1.8 in Cargo.tomlv0.1.8
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 ce22e46..f98677c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.7", + "version": "0.1.8", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |