doc: version bump and note

This commit is contained in:
aerinon
2024-06-07 15:08:30 -06:00
parent 119c863f06
commit 9898b5bcb6
2 changed files with 3 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ from source.enemizer.DamageTables import DamageTable
from source.enemizer.Enemizer import randomize_enemies
from source.rom.DataTables import init_data_tables
version_number = '1.4.2'
version_number = '1.4.3'
version_branch = '-u'
__version__ = f'{version_number}{version_branch}'

View File

@@ -182,6 +182,8 @@ These are now independent of retro mode and have three options: None, Random, an
# Patch Notes
* 1.4.3
* Generation: Fixed several generation problems with ER and intensity 3
* 1.4.2
* New ER Options:
* [Skull Woods shuffle options](#skull-woods-shuffle)