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

Commit

Permalink
Prepare for Hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Aug 11, 2018
1 parent ccf496a commit f81153b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion BrawlBox/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

StageBox - v0.9
StageBox - v0.9 Hotfix 1
Copyright © 2018 soopercool101, MarioDox
BrawlBox © 2009 - 2018 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky

Expand All @@ -16,6 +16,9 @@ they be held accountable for the manner in which it is used.
|************ StageBox Change Log ************|
=============================================

- v0.9 Hotfix 1 - (8/10/2018)
. Fixed bug in which opening files directly (open the editor by using open with on a file) would cause a new customlists folder to be generated in the location of the file itself

- v0.9 - (8/10/2018)
. Fixed BrawlBox bug in which saving an edited module would change offsets due to buffers not being maintained
. Added support to read custom stage and fighter lists from a .txt file to populate lists in relevant places
Expand Down
2 changes: 1 addition & 1 deletion BrawlBox/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace BrawlBox
static class Program
{
//Make sure this matches the tag name of the release on github exactly
public static readonly string TagName = "StageBox_v0.9";
public static readonly string TagName = "StageBox_v0.9_Hotfix1";

public static readonly string AssemblyTitle;
public static readonly string AssemblyDescription;
Expand Down
2 changes: 1 addition & 1 deletion BrawlBox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.77.*")]
[assembly: AssemblyFileVersion("0.77.0.9")]
[assembly: AssemblyFileVersion("0.77.0.9.1")]

0 comments on commit f81153b

Please sign in to comment.