From 32e7fbe5863991c1417138307fa2760da52f5262 Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 24 Aug 2023 14:44:02 -0400 Subject: [PATCH] chore: bump version to 1.18.8 --- ChatTwo/ChatTwo.csproj | 2 +- ChatTwo/ChatTwo.yaml | 6 +++--- ChatTwo/Ui/Settings.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index ff2ff00..450702d 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -1,7 +1,7 @@ - 1.18.7 + 1.18.8 net7.0-windows enable enable diff --git a/ChatTwo/ChatTwo.yaml b/ChatTwo/ChatTwo.yaml index 936c013..cb6ca56 100755 --- a/ChatTwo/ChatTwo.yaml +++ b/ChatTwo/ChatTwo.yaml @@ -1,5 +1,5 @@ name: Chat 2 -author: ascclemens +author: Anna punchline: Electric Boogaloo - ♪ A whole new chat, a new fantastic chat window ♪ description: |- Chat 2 is a complete rewrite of the in-game chat window as a plugin. It @@ -13,6 +13,6 @@ description: |- - Sidebar tabs - Unread counts - Screenshot mode (obfuscate names) -repo_url: https://git.annaclemens.io/ascclemens/ChatTwo +repo_url: https://git.anna.lgbt/anna/ChatTwo accepts_feedback: false -feedback_message: Submit only bugs to https://github.com/ascclemens/plugin-issues +feedback_message: Submit only bugs to https://github.com/anna/plugin-issues diff --git a/ChatTwo/Ui/Settings.cs b/ChatTwo/Ui/Settings.cs index 00501c5..c67fe3c 100755 --- a/ChatTwo/Ui/Settings.cs +++ b/ChatTwo/Ui/Settings.cs @@ -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, }); }