Skip to content

Commit

Permalink
- Required game version changed to 1.16.0-f3
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed Dec 13, 2022
1 parent 204fac9 commit 5f9c93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ModsCommon
Submodule ModsCommon updated from fafe52 to 35b4f7
2 changes: 1 addition & 1 deletion NoBigTruck/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Mod : BasePatcherMod<Mod>
new ModVersion(new Version("1.0"), new DateTime(2020, 6, 19)),
};

protected override Version RequiredGameVersion => new Version(1, 15, 1, 4);
protected override Version RequiredGameVersion => new Version(1, 16, 0, 3);

#if BETA
public override bool IsBeta => true;
Expand Down
2 changes: 1 addition & 1 deletion NoBigTruck/NoBigTruck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

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

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">
Expand Down

0 comments on commit 5f9c93d

Please sign in to comment.