···2525- `npm run dev`: Start app in dev mode
2626- `npm run build`: Build
2727- `npm run lint`: Lint
2828+2929+### Release new version
3030+1. Update `CHANGELOG.md`
3131+2. Manually bump the version number in `src-tauri/Cargo.toml`
3232+3. Check for errors and bump the `Cargo.lock` version number
3333+ ```
3434+ cargo check --manifest-path src-tauri/Cargo.toml
3535+ ```
3636+4. Dispatch the GitHub Release workflow and wait
3737+5. Add release notes to the generated GitHub release and publish it