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

Commit

Permalink
Fix program tag
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Apr 18, 2019
1 parent d0be3a9 commit 9b358d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace BrawlCrate
static class Program
{
//Make sure this matches the tag name of the release on github exactly
public static readonly string TagName = "BrawlCrate_v0.25b";
public static readonly string TagName = "BrawlCrate_v0.25bHotfix1";
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.25b Hotfix 1! This release:
- Integrates Color Smash 3.0 functionality, allowing for images with less than 256 colors to be properly color smashed
- (Hotfix 1) Fix issue where modules with buffers between their final data section and first import would get corrupted
Expand Down
Binary file modified CanaryBuild/Canary
Binary file not shown.

0 comments on commit 9b358d2

Please sign in to comment.