Skip to content

Commit

Permalink
- Required game version changed to 1.15.1-f4
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed Nov 15, 2022
1 parent afd72f0 commit 3d6d71e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BuildingSpawnPoints/BuildingSpawnPoints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
<Version>1.3.0.2</Version>
<Version>1.3.0.3</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Beta Release' OR '$(Configuration)' == 'Beta Debug'">
Expand Down
2 changes: 1 addition & 1 deletion BuildingSpawnPoints/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Mod : BasePatcherMod<Mod>
new ModVersion(new Version(1,0,1), new DateTime(2021, 6, 10)),
new ModVersion(new Version(1,0), new DateTime(2021, 6, 8)),
};
protected override Version RequiredGameVersion => new Version(1, 15, 0, 7);
protected override Version RequiredGameVersion => new Version(1, 15, 1, 4);

protected override ulong StableWorkshopId => 2511258910ul;
protected override ulong BetaWorkshopId => 2504315382ul;
Expand Down
2 changes: 1 addition & 1 deletion Workshop/Workshop description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[img]https://i.imgur.com/ys8eGPj.png[/img]
[img]https://i.imgur.com/sgP8i4s.png[/img]
[HR][/HR]
[img]https://i.imgur.com/j5BJcCL.png[/img]
[code][h1]Overview[/h1]
Expand Down

0 comments on commit 3d6d71e

Please sign in to comment.