Skip to content

Commit 2b18790

Browse files
committed
Ready for release
1 parent 6d3624e commit 2b18790

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Multiplayer/Multiplayer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net48</TargetFramework>
44
<LangVersion>latest</LangVersion>
55
<RootNamespace>Multiplayer</RootNamespace>
6-
<InformationalVersion>0.1.11.0</InformationalVersion>
6+
<InformationalVersion>0.1.11.1</InformationalVersion>
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="Krafs.Publicizer" Version="2.3.0">

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "Multiplayer",
3-
"Version": "0.1.11.0",
3+
"Version": "0.1.11.1",
44
"DisplayName": "Multiplayer",
55
"Author": "Insprill, Macka, Morm",
66
"EntryMethod": "Multiplayer.Multiplayer.Load",

releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Releases":
33
[
4-
{"Id": "Multiplayer", "Version": "0.1.11.0", "DownloadUrl": "https://github.com/AMacro/dv-multiplayer/releases/download/v0.1.11.0-Beta/Multiplayer.0.1.11.0.zip"}
4+
{"Id": "Multiplayer", "Version": "0.1.11.1", "DownloadUrl": "https://github.com/AMacro/dv-multiplayer/releases/download/v0.1.11.1-Beta/Multiplayer.0.1.11.1.zip"}
55
]
66
}

0 commit comments

Comments
 (0)