Skip to content

Commit

Permalink
11.0.2: Fix log publisher
Browse files Browse the repository at this point in the history
- Replace revoked GitHub token
- Fix Gist response parsing
  • Loading branch information
UnlimitedHugs committed Mar 17, 2024
2 parents 23cda4d + 60dbff8 commit 16dccd9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.1
Version: 11.0.2
</description>
<modIconPath>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.1</Version>
<Version>11.0.2</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>UnlimitedHugs</Owner>
Expand Down
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/PublishedFileId.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3151790286
818773962
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.1</overrideVersion>
<overrideVersion>11.0.2</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.1")]
[assembly: AssemblyFileVersion("11.0.2")]

0 comments on commit 16dccd9

Please sign in to comment.