Skip to content

Commit

Permalink
build: 1.5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Feb 19, 2024
1 parent 061ffc4 commit 4e0f0b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HimbeertoniRaidTool/HimbeertoniRaidTool.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>Koenari</Authors>
<Company></Company>
<Version>1.5.2.4</Version>
<Version>1.5.2.5</Version>
<Description>A collection of useful tools for RaidGroups, including loot management</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/Koenari/HimbeertoniRaidTool</PackageProjectUrl>
Expand Down
6 changes: 3 additions & 3 deletions HimbeertoniRaidTool/HimbeertoniRaidTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ tags:
internal_name: HimbeertoniRaidTool
repo_url: https://github.com/Koenari/HimbeertoniRaidTool/
changelog: >2+
Localization: Fixed edit buttons tooltip to not say "add"
Gear: You can restrict automatic overrides for irrelevant gear (see config)
Localization: German (Deutsch) translation updated
Bugfix: Fixed broken materia in etro.gg sets
(affected sets need to be updated by pressing the button
or automatic updates if activated)
2 changes: 1 addition & 1 deletion HimbeertoniRaidTool/Modules/Core/ChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class ChangeLog
{
public static readonly IReadOnlyList<SingleVersionChangelog> Entries = new List<SingleVersionChangelog>
{
new(new Version(1, 5, 2, 4))
new(new Version(1, 5, 2, 5))
{
MinorFeatures =
{
Expand Down

0 comments on commit 4e0f0b8

Please sign in to comment.