Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Myself086 committed Sep 5, 2021
1 parent 6214498 commit 8915332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assembly/Project/RomInfo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ RomInfo_PatchRanges_Length:
// Version number
[80ffdB] = 0x04
.macro RomInfo_VersionString
.string0 "1.4.1"
.string0 "1.4.2"
.endm

RomInfo_Title:
Expand Down
Binary file modified Project Nested/Project_Nested.smc
Binary file not shown.
4 changes: 2 additions & 2 deletions Project Nested/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.1")]
[assembly: AssemblyFileVersion("1.4.1")]
[assembly: AssemblyVersion("1.4.2")]
[assembly: AssemblyFileVersion("1.4.2")]

0 comments on commit 8915332

Please sign in to comment.