Skip to content

Commit

Permalink
[TeleportRequest] Bumped version, recompiling fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
kafeijao committed Jun 18, 2024
1 parent ae60f00 commit 0c9b3ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TeleportRequest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

namespace Kafe.TeleportRequest.Properties;
internal static class AssemblyInfoParams {
public const string Version = "0.0.6";
public const string Version = "0.0.7";
public const string Author = "kafeijao";
public const string BTKUILibName = "BTKUILib";
public const string RequestLibName = "RequestLib";
Expand Down
4 changes: 2 additions & 2 deletions TeleportRequest/Properties/CVRMG.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_id": 170,
"name": "TeleportRequest",
"modversion": "0.0.6",
"modversion": "0.0.7",
"gameversion": "2024r175",
"loaderversion": "v0.6.1",
"modtype": "Mod",
Expand All @@ -14,6 +14,6 @@
"requirements": ["[RequestLib](https://api.cvrmg.com/v1/mods/download/169)", "[BTKUILib](https://api.cvrmg.com/v1/mods/download/113)"],
"downloadlink": "https://github.com/kafeijao/Kafe_CVR_Mods/releases/download/r68/TeleportRequest.dll",
"sourcelink": "https://github.com/kafeijao/Kafe_CVR_Mods/tree/master/TeleportRequest",
"changelog": "- Fixed for 2024r174",
"changelog": "- Fixed teleport erroring, thanks H3wastooshort for the report.",
"embedcolor": "16C60C"
}

0 comments on commit 0c9b3ca

Please sign in to comment.