chore: bump ver

This commit is contained in:
2025-04-20 06:38:44 +00:00
parent 2aff5834b9
commit 890d26e883
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.12.1
- Chunithm: fixed crash when using mempatcher
## 0.12.0
- Ongeki: cache and mu3.ini config are now split per-profile (requires mu3-mods 3.7+)

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "STARTLINER",
"version": "0.12.0",
"version": "0.12.1",
"identifier": "zip.patafour.startliner",
"build": {
"beforeDevCommand": "bun run dev",