Skip to content

Commit

Permalink
bump extensionator dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetailsrabbit committed Aug 16, 2024
1 parent eb33442 commit 3a8ed97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Match3Maker/Match3Maker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PropertyGroup>
<Title>Ninetailsrabbit.Match3Maker</Title>
<Version>1.2.4</Version>
<Version>1.2.5</Version>
<Description>This lightweight library provides the core logic and functionality you need to build engaging match-3 games. Focus on game design and mechanics while leaving the complex logic to this library</Description>
<Copyright>© 2024 Ninetailsrabbit</Copyright>
<Authors>Ninetailsrabbit</Authors>
Expand All @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Ninetailsrabbit.Extensionator" Version="0.2.2" />
<PackageReference Include="Ninetailsrabbit.Extensionator" Version="0.2.3" />
</ItemGroup>

</Project>

0 comments on commit 3a8ed97

Please sign in to comment.