Skip to content

Commit 29c4994

Browse files
committed
release
1 parent e4d5b51 commit 29c4994

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/MiNET/MiNET.Console/minet.zip

2.96 KB
Binary file not shown.

src/MiNET/MiNET/MiNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
44
<PackageId>MiNET-CobwebSMP</PackageId>
5-
<Version>1.13.0.25</Version>
5+
<Version>1.13.0.26</Version>
66
<Authors>gurun</Authors>
77
<Company>Niclas Olofsson</Company>
88
<Description>MiNET - a Minecraft PocketEdition Server</Description>

src/MiNET/MiNET/Utils/Skins/Skin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public SkinResourcePatch SkinResourcePatch
8686
public byte[] Data { get; set; }
8787
public string GeometryName { get; set; }
8888
public string GeometryData { get; set; }
89-
public string GeometryDataVersion { get; set; }
89+
public string GeometryDataVersion { get; set; } = "0.0.0";
9090

9191
public string ArmSize { get; set; }
9292

0 commit comments

Comments
 (0)