Skip to content

Commit

Permalink
AutoHook 3.0.4.0 [PUSH]
Browse files Browse the repository at this point in the history
  • Loading branch information
InitialDet committed Feb 7, 2024
1 parent 9f552fd commit 2b65771
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AutoHook/AutoHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Det</Authors>
<Version>3.0.3.0</Version>
<Version>3.0.4.0</Version>
<Description>Auto hooks for you</Description>
<PackageProjectUrl>https://github.com/InitialDet/AutoHook</PackageProjectUrl>
<Configurations>Release;Debug</Configurations>
Expand Down
8 changes: 8 additions & 0 deletions AutoHook/PluginUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,14 @@ public static class PluginChangeLog
{
public static readonly List<Version> Versions = new()
{
new Version("3.0.4.0")
{
MainChanges =
{
"(by Jaksuhn) Added auto cast collector's glove",
"(by Jaksuhn) Added option to refresh Patience early",
}
},
new Version("3.0.3.0")
{
MainChanges =
Expand Down

0 comments on commit 2b65771

Please sign in to comment.