Skip to content

Commit

Permalink
Prepare 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Dec 31, 2024
1 parent ad5283a commit e4759c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/01_quickstart/00-project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Next, create a new console application in this directory and add Raylib-cs and J
```sh
dotnet new console
dotnet add package Raylib-cs --version 6.1.1
dotnet add package Jitter2 --version 2.5.0
dotnet add package Jitter2 --version 2.5.1
```

You have completed the setup. If you now execute the following command:
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_position: 5

# Changelog

### Jitter 2.5.1 (2024-12-31)

- Bugfix in PairHashSet.

### Jitter 2.5.0 (2024-12-23)

- Better utilization of multi core systems.
Expand Down
2 changes: 1 addition & 1 deletion other/GodotDemo/JitterGodot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jitter2" Version="2.5.0" />
<PackageReference Include="Jitter2" Version="2.5.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion other/GodotSoftBodies/JitterGodot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jitter2" Version="2.5.0" />
<PackageReference Include="Jitter2" Version="2.5.1" />
</ItemGroup>
</Project>

0 comments on commit e4759c0

Please sign in to comment.