diff options
| author | 2026-01-14 14:25:11 +0800 | |
|---|---|---|
| committer | 2026-01-14 14:25:11 +0800 | |
| commit | fd6d7ffef4a1c6b093ad1d5b83579ab27ef5327e (patch) | |
| tree | 7d21ea03c33a022bc2f6f95632f17b314fa39807 /src-tauri/tauri.conf.json | |
| parent | 561469b5a895d7c99fe6c9e73266b49ebe4237b8 (diff) | |
| download | DropOut-fd6d7ffef4a1c6b093ad1d5b83579ab27ef5327e.tar.gz DropOut-fd6d7ffef4a1c6b093ad1d5b83579ab27ef5327e.zip | |
chore: bump version to 0.1.14 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 1087383..9aa3b68 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.13", + "version": "0.1.14", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |