Skip to content

Commit 4bf9432

Browse files
committed
feat(version): 1.3.1
1 parent 4fb6e8c commit 4bf9432

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[#] Bug Fixes<br>
88
[.] Others
99

10+
### V 1.3.1 - 21/11/2024
11+
[#] Fix versions in DebugManager
12+
1013
### V 1.3.0 - 17/11/2024
1114
[.] Add warning log about rotation with debug draws<br/>
1215
[.] Update Aether.Physics2D to 2.1.0<br/>

SharpEngine.AetherPhysics/SharpEngine.AetherPhysics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Aether</PackageProjectUrl>
12-
<PackageVersion>1.3.0</PackageVersion>
12+
<PackageVersion>1.3.1</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>
@@ -25,6 +25,6 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Aether.Physics2D" Version="2.1.0" />
28-
<PackageReference Include="SharpEngine.Core" Version="1.9.0" />
28+
<PackageReference Include="SharpEngine.Core" Version="1.9.1" />
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)