Skip to content

Commit

Permalink
chore(release): version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Sep 8, 2024
1 parent eb51abd commit 8ab489c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HallOfFame/HallOfFame.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0</Version>
<FileVersion>1.0.0</FileVersion>
<Version>1.0.1</Version>
<FileVersion>1.0.1</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
2 changes: 1 addition & 1 deletion HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Screenshot Value="" />
<Tag Value="Code Mod" />
<ForumLink Value="" />
<ModVersion Value="1.0.0" />
<ModVersion Value="1.0.1" />
<GameVersion Value="1.1.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
Expand Down
2 changes: 1 addition & 1 deletion HallOfFame/UI/mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "HallOfFame",
"author": "Morgan Touverey Quilling",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": []
}

0 comments on commit 8ab489c

Please sign in to comment.