Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Myself086 committed Apr 22, 2021
1 parent 505de31 commit c7de5ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assembly/Project/RomInfo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ RomInfo_StaticRanges:
RomInfo_Title:
.string0 "Project Nested"
RomInfo_Version:
.string0 "1.2.1 (indev)"
.string0 "1.3"
RomInfo_BuildDate:
.printdate "yyyy-MM-dd"
.data8 0
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Dev build:
v1.3
- Added support for read-modify-write to IO ports
- Port $2000 is now thread safe, fixes Final Fantasy I random crashes
- Fixed AOT JMP across banks
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.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]

0 comments on commit c7de5ba

Please sign in to comment.