From 890d26e883ee27d45f2fa03f372b9a134fdcf638 Mon Sep 17 00:00:00 2001 From: akanyan Date: Sun, 20 Apr 2025 06:38:44 +0000 Subject: [PATCH] chore: bump ver --- CHANGELOG.md | 4 ++++ rust/tauri.conf.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4f564..7ff7bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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+) diff --git a/rust/tauri.conf.json b/rust/tauri.conf.json index 4f0bb63..5479fa6 100644 --- a/rust/tauri.conf.json +++ b/rust/tauri.conf.json @@ -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",