Skip to content

Commit 48e900a

Browse files
committed
Rev up for release
1 parent ce671a0 commit 48e900a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.10.2</InformationalVersion>
6+
<InformationalVersion>0.1.10.4</InformationalVersion>
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="Krafs.Publicizer" Version="2.3.0">

info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"Id": "Multiplayer",
3-
"Version": "0.1.10.2",
3+
"Version": "0.1.10.4",
44
"DisplayName": "Multiplayer",
55
"Author": "Insprill, Macka, Morm",
66
"EntryMethod": "Multiplayer.Multiplayer.Load",
77
"ManagerVersion": "0.27.3",
88
"LoadAfter": [
99
"RemoteDispatch"
1010
],
11-
"Repository": "https://www.andrewcraigmackenzie.com/unitymods/Releases.json"
11+
"Repository": "https://raw.githubusercontent.com/AMacro/dv-multiplayer/refs/heads/beta/releases.json"
1212
}

releases.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Releases":
3+
[
4+
{"Id": "Multiplayer", "Version": "0.1.10.4", "DownloadUrl": "https://github.com/AMacro/dv-multiplayer/releases/download/v0.1.10.4-Beta/Multiplayer.0.1.10.4.zip"}
5+
]
6+
}

0 commit comments

Comments
 (0)