Skip to content

Commit

Permalink
Merge pull request #6 from mpewsey/fix
Browse files Browse the repository at this point in the history
Update ImageSharp version to fix CVE-2024-41131
  • Loading branch information
mpewsey authored Jul 23, 2024
2 parents 1f02c85 + e6aeb5f commit 5aa79d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ManiaMap.Godot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="gdUnit4.api" Version="4.2.3" />
<PackageReference Include="MPewsey.ManiaMap" Version="2.5.0" />
<PackageReference Include="MPewsey.ManiaMap" Version="2.5.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion addons/mpewsey.maniamap/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="ManiaMap.Godot"
description="Procedural generation of metroidvania style maps for Godot .NET."
author="Matt Pewsey"
version="1.0.0"
version="1.0.1"
script="ManiaMapPlugin.cs"

0 comments on commit 5aa79d9

Please sign in to comment.