This repository was archived by the owner on May 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ they be held accountable for the manner in which it is used.
15
15
=============================================
16
16
|************ StageBox Change Log ************|
17
17
=============================================
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
+
19
22
- v0.4 Hotfix 1 - (5/10/2018)
20
23
. Rearranged collision flags based on usefulness
21
24
. "Unknown Flag 2" now listed as "Rotating" and is moved to where the other unknown flag was on the regular previewer
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace BrawlBox
13
13
static class Program
14
14
{
15
15
//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 " ;
17
17
18
18
public static readonly string AssemblyTitle ;
19
19
public static readonly string AssemblyDescription ;
Original file line number Diff line number Diff line change 38
38
// by using the '*' as shown below:
39
39
// [assembly: AssemblyVersion("1.0.*")]
40
40
[ assembly: AssemblyVersion ( "0.77.*" ) ]
41
- [ assembly: AssemblyFileVersion ( "0.77.0.4.1 " ) ]
41
+ [ assembly: AssemblyFileVersion ( "0.77.0.4.2 " ) ]
You can’t perform that action at this time.
0 commit comments