Skip to content

Commit dbbb0d7

Browse files
Update Version Info.
1 parent d95a8fc commit dbbb0d7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("0.4.0.0")]
36+
[assembly: AssemblyFileVersion("0.4.1.0")]

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,20 @@ Keep in mind that whilst holding the modifier button, only some basic driving fu
3535
#### *Controller*:
3636
- **Modifier Button**: LB
3737
- **Siren Toggle**: DPadDown
38-
- **Beam Toggle**: x button
38+
- **Beam Toggle**: X button
39+
- **Interior Light Toggle**: Y button
3940
- **Left Indicator**: DPadLeft
4041
- **Right Indicator**: DPadRight
4142
- **Hazard lights**: RB
4243

43-
4444
#### *Custom Bindings*:
4545
You can change the default controls in the .ini file.
4646
See '\docs\ControllerButtonList.pdf' for a list of valid button binds.
4747

4848
---
4949

5050
## Changelog
51+
- **v0.4.1**: Add ability to toggle interior light with controller.
5152
- **v0.4.0**: Improved controller support.
5253
- **v0.3.0**: Add hazard light features.
5354
- **v0.2.0**: Add basic controller support.

main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public Main()
4848
private void OnTick(object sender, EventArgs e)
4949
{
5050
string modName = "Enhanced Vehicle Lighting Controls";
51-
string version = "PreRelease v0.4.0";
51+
string version = "PreRelease v0.4.1";
5252
string developer = "MccDev260";
5353

5454
if (firstTime)

0 commit comments

Comments
 (0)