Skip to content

Commit 113db00

Browse files
committed
Bump version to 1.0.4
1 parent 8515a6e commit 113db00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<Copyright>Copyright © Ihar Kalasouski 2008</Copyright>
77
<PackageTags>Box2D, Physics</PackageTags>
88
<Description>Box2D is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description>
9-
<PackageProjectUrl>https://github.com/benzuk/box2d-netstandard</PackageProjectUrl>
9+
<PackageProjectUrl>https://github.com/benukhanov/box2d-netstandard</PackageProjectUrl>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<AssemblyVersion>1.0.3.0</AssemblyVersion>
12-
<FileVersion>1.0.3.0</FileVersion>
13-
<Version>1.0.3</Version>
11+
<AssemblyVersion>1.0.4.0</AssemblyVersion>
12+
<FileVersion>1.0.4.0</FileVersion>
13+
<Version>1.0.4</Version>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1616
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)