Skip to content

Commit

Permalink
11.0.3: Minor fix
Browse files Browse the repository at this point in the history
- Fix icon error in game versions before 1.5
  • Loading branch information
UnlimitedHugs committed Mar 17, 2024
1 parent a81d479 commit a331f91
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packageId>UnlimitedHugs.HugsLib</packageId>
<url>https://ludeon.com/forums/index.php?topic=28066.0</url>
<description>HugsLib is a library that provides shared functionality to other mods.
Version: 11.0.2
Version: 11.0.3
</description>
<modIconPath IgnoreIfNoMatchingField="True">HLModIcon</modIconPath>
<modDependencies>
Expand Down
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>d4c7acf4-5a96-4feb-9b10-ee105b7bb00c</ID>
<ModName>HugsLib</ModName>
<Version>11.0.2</Version>
<Version>11.0.3</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>UnlimitedHugs</Owner>
Expand Down
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/Version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<VersionData>
<overrideVersion>11.0.2</overrideVersion>
<overrideVersion>11.0.3</overrideVersion>
<gitHubRepository>UnlimitedHugs/RimworldHugsLib</gitHubRepository>
</VersionData>
Binary file modified Mods/HugsLib/v1.5/Assemblies/HugsLib.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("11.0.2")]
[assembly: AssemblyFileVersion("11.0.3")]

0 comments on commit a331f91

Please sign in to comment.