Skip to content

Commit

Permalink
Prepare 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Sep 14, 2024
1 parent 7e41fce commit 2618051
Show file tree
Hide file tree
Showing 4 changed files with 6 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.4.3
dotnet add package Jitter2 --version 2.4.4
```

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

# Changelog

### Jitter 2.4.4 (09-14-2024)
- Implemented fixes and workarounds for using Jitter with a debugger attached.

### Jitter 2.4.3 (08-31-2024)
- Correct corner case beeing wrong in MPR collision detection due to typo (bug fix).
- FatTriangleShape level did not properly take transformations into account (bug fix).
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.4.3" />
<PackageReference Include="Jitter2" Version="2.4.4" />
</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.4.3" />
<PackageReference Include="Jitter2" Version="2.4.4" />
</ItemGroup>
</Project>

0 comments on commit 2618051

Please sign in to comment.