We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6e5ed commit dd524f7Copy full SHA for dd524f7
.github/workflows/dotnet.yml
@@ -38,5 +38,5 @@ jobs:
38
file: src/MiNET/MiNET.Console/minet.zip
39
asset_name: MiNET.zip
40
tag: ${{ github.ref }}
41
- release_name: MiNET-CobwebSMP 1.13.0.12 (1.21.0)
+ release_name: MiNET-CobwebSMP 1.13.0.13 (1.21.2)
42
body: ${{ github.event.head_commit.message }}
src/MiNET/MiNET.Console/minet.zip
206 Bytes
src/MiNET/MiNET/MiNET.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4
<PackageId>MiNET-CobwebSMP</PackageId>
5
- <Version>1.13.0.12</Version>
+ <Version>1.13.0.13</Version>
6
<Authors>gurun</Authors>
7
<Company>Niclas Olofsson</Company>
8
<Description>MiNET - a Minecraft PocketEdition Server</Description>
0 commit comments