diff --git a/Assembly/Project/RomInfo.asm b/Assembly/Project/RomInfo.asm index 2721843..ef217b9 100644 --- a/Assembly/Project/RomInfo.asm +++ b/Assembly/Project/RomInfo.asm @@ -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: diff --git a/Project Nested/Project_Nested.smc b/Project Nested/Project_Nested.smc index 91cf071..fd7d829 100644 Binary files a/Project Nested/Project_Nested.smc and b/Project Nested/Project_Nested.smc differ diff --git a/Project Nested/Properties/AssemblyInfo.cs b/Project Nested/Properties/AssemblyInfo.cs index 1546fb3..0618cad 100644 --- a/Project Nested/Properties/AssemblyInfo.cs +++ b/Project Nested/Properties/AssemblyInfo.cs @@ -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")]