Skip to content

Commit

Permalink
7.1.4: Minor fix
Browse files Browse the repository at this point in the history
- Fixed update news translation failing when loaded from both /News and /Defs folders
  • Loading branch information
UnlimitedHugs committed Apr 2, 2020
1 parent a07c9fc commit 701b5bb
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 @@ -9,7 +9,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: 7.1.3
Version: 7.1.4
</description>
<modDependencies>
<li>
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>7.1.3</Version>
<Version>7.1.4</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>7.1.3</overrideVersion>
<overrideVersion>7.1.4</overrideVersion>
<gitHubRepository>UnlimitedHugs/RimworldHugsLib</gitHubRepository>
</VersionData>
Binary file modified Mods/HugsLib/v1.1/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 @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("7.1.3")]
[assembly: AssemblyFileVersion("7.1.4")]

0 comments on commit 701b5bb

Please sign in to comment.