Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit 73a2454

Browse files
committed
Prepare for Hotfix 2 release
1 parent 23ccc7f commit 73a2454

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

BrawlBox/Changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ they be held accountable for the manner in which it is used.
1515
=============================================
1616
|************ StageBox Change Log ************|
1717
=============================================
18-
18+
19+
- v0.4 Hotfix 2 - (5/12/2018)
20+
. Fixed bug in which the regular collision editor set an Unknown flag instead of the Rotating flag
21+
1922
- v0.4 Hotfix 1 - (5/10/2018)
2023
. Rearranged collision flags based on usefulness
2124
. "Unknown Flag 2" now listed as "Rotating" and is moved to where the other unknown flag was on the regular previewer

BrawlBox/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace BrawlBox
1313
static class Program
1414
{
1515
//Make sure this matches the tag name of the release on github exactly
16-
public static readonly string TagName = "StageBox_v0.4_Hotfix1";
16+
public static readonly string TagName = "StageBox_v0.4_Hotfix2";
1717

1818
public static readonly string AssemblyTitle;
1919
public static readonly string AssemblyDescription;

BrawlBox/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
4040
[assembly: AssemblyVersion("0.77.*")]
41-
[assembly: AssemblyFileVersion("0.77.0.4.1")]
41+
[assembly: AssemblyFileVersion("0.77.0.4.2")]

0 commit comments

Comments
 (0)