chore: bump version to 1.18.8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>1.18.7</Version>
|
||||
<Version>1.18.8</Version>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user