Skip to content

Commit f16a5e1

Browse files
committed
feat(version): 1.5.0
1 parent 2e6e85b commit f16a5e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SharpEngine.AetherPhysics/SEAetherPhysics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static class SEAetherPhysics
2828
/// </summary>
2929
public static void AddVersions()
3030
{
31-
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.4.1");
3231
DebugManager.Versions.Add("Aether.Physics2D", "2.2.0");
32+
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.5.0");
3333
}
3434
}

SharpEngine.AetherPhysics/SharpEngine.AetherPhysics.csproj

Lines changed: 1 addition & 1 deletion
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.4.1</PackageVersion>
12+
<PackageVersion>1.5.0</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)