chore: bump version to 1.9.13

This commit is contained in:
Anna 2023-08-24 14:45:52 -04:00
parent f29c641969
commit ff7a529b5a
Signed by: anna
GPG Key ID: D0943384CD9F87D1
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<Version>1.9.12</Version>
<Version>1.9.13</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>

View File

@ -1,8 +1,8 @@
name: Glamaholic
author: ascclemens
author: Anna
description: |
Create and save as many glamour plates as you want. Activate up to 15 of them
at once at the Glamour Dresser. Supports exporting and importing plates for
easy sharing.
punchline: Save and swap your glamour plates.
repo_url: https://git.annaclemens.io/ascclemens/Glamaholic
repo_url: https://git.anna.lgbt/anna/Glamaholic

View File

@ -185,7 +185,7 @@ namespace Glamaholic.Ui {
ImGui.PushStyleColor(ImGuiCol.Text, 0xFFFFFFFF);
ImGui.PushStyleColor(ImGuiCol.HeaderHovered, 0x00000000);
if (ImGui.MenuItem(kofiText)) {
Process.Start(new ProcessStartInfo("https://ko-fi.com/ascclemens") {
Process.Start(new ProcessStartInfo("https://ko-fi.com/lojewalo") {
UseShellExecute = true,
});
}