diff options
| author | 2026-01-14 12:15:26 +0800 | |
|---|---|---|
| committer | 2026-01-14 12:15:26 +0800 | |
| commit | e8e139c07d05e2f29f04906019dff5f3c520f8cc (patch) | |
| tree | b9d80ebf7e4a9a4bd546b2815c03e70946160424 /src-tauri/tauri.conf.json | |
| parent | d11e3d6f4f05a150fa285d974d9836b972fd0ed5 (diff) | |
| parent | 9acb4648b5c14f32b150a18ea21711056f415533 (diff) | |
| download | DropOut-e8e139c07d05e2f29f04906019dff5f3c520f8cc.tar.gz DropOut-e8e139c07d05e2f29f04906019dff5f3c520f8cc.zip | |
Merge pull request #14 from HsiangNianian/devv0.1.13
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 e5fda06..1087383 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.12", + "version": "0.1.13", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm -C ../ui dev", |