diff --git a/TeleportRequest/Properties/AssemblyInfo.cs b/TeleportRequest/Properties/AssemblyInfo.cs index e100d12..f03fa12 100644 --- a/TeleportRequest/Properties/AssemblyInfo.cs +++ b/TeleportRequest/Properties/AssemblyInfo.cs @@ -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"; diff --git a/TeleportRequest/Properties/CVRMG.json b/TeleportRequest/Properties/CVRMG.json index 45f860c..a40f375 100644 --- a/TeleportRequest/Properties/CVRMG.json +++ b/TeleportRequest/Properties/CVRMG.json @@ -1,7 +1,7 @@ { "_id": 170, "name": "TeleportRequest", - "modversion": "0.0.6", + "modversion": "0.0.7", "gameversion": "2024r175", "loaderversion": "v0.6.1", "modtype": "Mod", @@ -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" }