Skip to content

Commit 8271c4b

Browse files
committed
feat(version): 1.6.0
1 parent 3a64a61 commit 8271c4b

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
@@ -30,6 +30,6 @@ public static class SEAetherPhysics
3030
public static void AddVersions()
3131
{
3232
DebugManager.Versions.Add("Aether.Physics2D", "2.2.0");
33-
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.5.0");
33+
DebugManager.Versions.Add("SharpEngine.AetherPhysics", "1.6.0");
3434
}
3535
}

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.5.0</PackageVersion>
12+
<PackageVersion>1.6.0</PackageVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)