diff options
| author | 2026-01-14 16:39:33 +0800 | |
|---|---|---|
| committer | 2026-01-14 16:39:33 +0800 | |
| commit | bdbed80e0ee632a6495244b0a56f74ed6f9d639e (patch) | |
| tree | 13d26347658e84b7819973deaac0435bd1c9bccf /src-tauri/tauri.conf.json | |
| parent | d7473578e917b124c6b1caafcf98103bc811eb2d (diff) | |
| download | DropOut-bdbed80e0ee632a6495244b0a56f74ed6f9d639e.tar.gz DropOut-bdbed80e0ee632a6495244b0a56f74ed6f9d639e.zip | |
chore: bump version to 0.1.15-a1 in Cargo.toml
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 9aa3b68..b3da8e4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.14", + "version": "0.1.15-a1", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |