Skip to content

Commit

Permalink
Updated Version Num
Browse files Browse the repository at this point in the history
  • Loading branch information
AcChosen committed Aug 31, 2023
1 parent f500d83 commit 070e6ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static string GetVersion()

StreamReader reader = new StreamReader(path);
string versionNum = reader.ReadToEnd();
string ver = "VRSL GI ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
string ver = "VR Stage Lighting ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
return ver;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ public static string GetVersion()

StreamReader reader = new StreamReader(path);
string versionNum = reader.ReadToEnd();
string ver = "VRSL GI ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
string ver = "VR Stage Lighting ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
return ver;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static string GetVersion()

StreamReader reader = new StreamReader(path);
string versionNum = reader.ReadToEnd();
string ver = "VRSL GI ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
string ver = "VR Stage Lighting ver:" + " <b><color=#b33cff>" + versionNum + "</color></b>";
return ver;
}
public static void DrawLogo()
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2

0 comments on commit 070e6ba

Please sign in to comment.