Skip to content

Commit

Permalink
Bump version and tag for release - v1.005
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertsmania committed Oct 18, 2023
1 parent 30a3199 commit ff8a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff8a567

Please sign in to comment.