Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felscream committed Sep 2, 2024
1 parent a2a1e81 commit 848ee6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DragoonMayCry/DragoonMayCry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<PropertyGroup>
<Version>0.5.1</Version>
<Version>0.5.2</Version>
<Description>DragoonMayCry</Description>
<PackageProjectUrl>https://github.com/Felscream/DragoonMayCry</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion DragoonMayCry/DragoonMayCry.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ApplicableVersion": "any",
"LoadPriority": 0,
"InternalName": "DragoonMayCry",
"AssemblyVersion": "0.5.1",
"AssemblyVersion": "0.5.2",
"RepoUrl": "https://github.com/Felscream/DragoonMayCry",
"Tags": [ "dmc", "style", "dragoon", "combo", "cry", "greed" ],
"DalamudApiLevel": 10
Expand Down
2 changes: 0 additions & 2 deletions DragoonMayCry/UI/StyleRankUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ private void DrawMock(ImGuiWindowFlags windowFlags)
if (Service.TextureProvider.GetFromManifestResource(Assembly.GetExecutingAssembly(), iconPath).TryGetWrap(out var rankIcon, out var _))
{
ImGui.Image(rankIcon.ImGuiHandle, rankSize);


}
if(Service.TextureProvider
.GetFromManifestResource(Assembly.GetExecutingAssembly(),
Expand Down

0 comments on commit 848ee6d

Please sign in to comment.