From 75de6d33a0923d9c8d5f6a311c6374b6e161dec3 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Thu, 3 Apr 2025 04:00:42 -0500 Subject: [PATCH] [RelativeSync] bump version --- RelativeSync/Properties/AssemblyInfo.cs | 2 +- RelativeSync/format.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RelativeSync/Properties/AssemblyInfo.cs b/RelativeSync/Properties/AssemblyInfo.cs index f014b61..ef60248 100644 --- a/RelativeSync/Properties/AssemblyInfo.cs +++ b/RelativeSync/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.RelativeSync.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.4"; + public const string Version = "1.0.5"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/RelativeSync/format.json b/RelativeSync/format.json index 7b5c456..2df6da2 100644 --- a/RelativeSync/format.json +++ b/RelativeSync/format.json @@ -1,8 +1,8 @@ { "_id": 211, "name": "RelativeSync", - "modversion": "1.0.4", - "gameversion": "2024r175", + "modversion": "1.0.5", + "gameversion": "2025r179", "loaderversion": "0.6.1", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r34/RelativeSync.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/RelativeSync.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/RelativeSync/", - "changelog": "- Fixed log spam when receiving relative sync data from a blocked user (thanks Mod Network for still forwarding that data -_-)\n- Adjusted execution order to apply relative sync before Totally Wholesomes LineController\n- Adjusted Relative Sync to still apply to avatar distance-hidden users\n- Adjusted Relative Sync to not apply if the CVRSeat or Movement Parent is disabled on receiving client", + "changelog": "- Recompiled for 2025r179", "embedcolor": "#f61963" } \ No newline at end of file