Skip to content

Commit 4f0c6cc

Browse files
Updated version info.
1 parent 42fe248 commit 4f0c6cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("EnhancedVehicleControls")]
8+
[assembly: AssemblyTitle("EnhancedVehicleLightingControls")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("MccDev260")]
12-
[assembly: AssemblyProduct("EnhancedVehicleControls")]
12+
[assembly: AssemblyProduct("EnhancedVehicleLightingControls")]
1313
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
@@ -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.2.3.0")]
36+
[assembly: AssemblyFileVersion("0.3.0.0")]

main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Main()
4646
private void OnTick(object sender, EventArgs e)
4747
{
4848
string modName = "Enhanced Vehicle Lighting Controls";
49-
string version = "PreRelease v0.2.3";
49+
string version = "PreRelease v0.3.0";
5050
string developer = "MccDev260";
5151

5252
if (firstTime)

0 commit comments

Comments
 (0)