[RCCVirtualSteeringWheel] bump version

This commit is contained in:
NotAKidoS 2025-04-03 04:00:35 -05:00
parent bddc21ec08
commit 9d2c3ed244
2 changed files with 5 additions and 5 deletions

View file

@ -28,6 +28,6 @@ using NAK.RCCVirtualSteeringWheel.Properties;
namespace NAK.RCCVirtualSteeringWheel.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.3";
public const string Version = "1.0.4";
public const string Author = "NotAKidoS";
}

View file

@ -1,8 +1,8 @@
{
"_id": 248,
"name": "RCCVirtualSteeringWheel",
"modversion": "1.0.3",
"gameversion": "2025r178",
"modversion": "1.0.4",
"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/r45/RCCVirtualSteeringWheel.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/RCCVirtualSteeringWheel.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/RCCVirtualSteeringWheel/",
"changelog": "- Fixes for 2025r178",
"changelog": "- Recompiled for 2025r179\n- Fixed steering wheel pickup colliders not being set to isTrigger",
"embedcolor": "#f61963"
}