Skip to content

Commit

Permalink
Bump to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brybry16 committed Feb 10, 2021
1 parent c917d5d commit 9e8cfea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactorSheriff/ReactorSheriff.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.0.0</Version>
<Version>1.2</Version>
<GameVersion>2020.12.9s</GameVersion>
<Mappings>NuclearPowered/Mappings:0.1.0-alpha.2</Mappings>

Expand Down
2 changes: 1 addition & 1 deletion ReactorSheriff/VersionShowerPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class VersionShowerPatch
// Methods
public static void Postfix(VersionShower __instance)
{
__instance.text.Text += "\nLoaded [F7C600FF]Sheriff Mod v1.1-R[] by Brybry";
__instance.text.Text += "\nLoaded [F7C600FF]Sheriff Mod v1.2-R[] by Brybry";
}
}

Expand Down

0 comments on commit 9e8cfea

Please sign in to comment.