diff --git a/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs b/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs index 9d97db5..fe74f38 100644 --- a/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs +++ b/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs @@ -20,7 +20,7 @@ public sealed class VAPlugin_RobertsmaniaReplay private static dynamic _vaProxy; private static SdkWrapper _iRSDKWrapper; - private const float cVersion = 1.004f; + private const float cVersion = 1.005f; private const int cUpdatesPerSec = 4; public const int cThrottleMSecs = 1000 / cUpdatesPerSec; public const int cMaxCars = 64;