chore: bump version to 1.18.8

This commit is contained in:
Anna
2023-08-24 14:44:02 -04:00
parent 9439b23195
commit 32e7fbe586
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ internal sealed class Settings : IUiComponent {
ImGui.SameLine(ImGui.GetContentRegionAvail().X - buttonWidth);
if (ImGui.Button(buttonLabel)) {
Process.Start(new ProcessStartInfo("https://ko-fi.com/ascclemens") {
Process.Start(new ProcessStartInfo("https://ko-fi.com/lojewalo") {
UseShellExecute = true,
});
}