diff options
| author | 2026-01-18 22:02:03 +0800 | |
|---|---|---|
| committer | 2026-01-18 22:02:03 +0800 | |
| commit | f60c12c851e32859ae3905c0a9da717a5e6df3e4 (patch) | |
| tree | e6050644157c95e18c77f249d42304da768fcf4a /src-tauri/tauri.conf.json | |
| parent | 48e918b8f66fbc395651bfec5bfd14d861205cae (diff) | |
| download | DropOut-f60c12c851e32859ae3905c0a9da717a5e6df3e4.tar.gz DropOut-f60c12c851e32859ae3905c0a9da717a5e6df3e4.zip | |
ci(semifold): change os name
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 e376299..fec2eb3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.26", + "version": "0.2.0-alpha", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm --filter @dropout/ui dev", |