diff options
| author | 2026-01-14 11:19:03 +0800 | |
|---|---|---|
| committer | 2026-01-14 11:19:03 +0800 | |
| commit | 02951f754c56b78509ec3c88ae5863d4923eb55c (patch) | |
| tree | fc9553d57b03c992f545f83ff74b43de040d526e /src-tauri/tauri.conf.json | |
| parent | 8aeadd2c2203540b93eabc6ba53b7b4ceaff7eb7 (diff) | |
| download | DropOut-02951f754c56b78509ec3c88ae5863d4923eb55c.tar.gz DropOut-02951f754c56b78509ec3c88ae5863d4923eb55c.zip | |
chore: bump version to 0.1.12 in Cargo.toml and tauri.conf.jsonv0.1.12
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 08ecd86..e5fda06 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.11", + "version": "0.1.12", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |