Skip to content

Commit

Permalink
[PUSH] 1.5.0.3 - Version bump
Browse files Browse the repository at this point in the history
Also added a KoFi Link. I need coffee. lots.
  • Loading branch information
MKhayle committed Jul 2, 2024
1 parent aa5eb0a commit d11eabc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion XIVComboExpanded/Interface/ConfigWindow.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Numerics;

Expand Down Expand Up @@ -117,6 +118,11 @@ public override void Draw()

ImGui.PopStyleVar();

if (ImGui.Button("Support me on Ko-Fi ♥"))
{
Process.Start(new ProcessStartInfo { FileName = "https://ko-fi.com/khayle", UseShellExecute = true });
}

ImGui.EndChild();
}

Expand Down
2 changes: 1 addition & 1 deletion XIVComboExpanded/XIVComboExpanded.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>attick, daemitus</Authors>
<Company>-</Company>
<Version>1.5.0.2</Version>
<Version>1.5.0.3</Version>
<Description>This plugin condenses combos and mutually exclusive abilities onto a single button.</Description>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
<PackageProjectUrl>https://github.com/daemitus/XIVComboPlugin</PackageProjectUrl>
Expand Down

0 comments on commit d11eabc

Please sign in to comment.