Version bump 0.3.4.2

This commit is contained in:
codemann8
2024-01-26 23:34:33 -06:00
parent 691ad1ff93
commit 6ec9bec547
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.3.4.2
- Added Shuffle SFX Instruments as post-gen option
- Fixed some issues with Swapped ER failing to place Old Man Cave
- Changed Inverted 2.0 spawn prompt to display Bomb Shop
- Fixed some minor issues with ER and Vanilla GT
## 0.3.4.1
- Implemented new District ER mode option
- Added alternate boss logic when in GT Ice Basement

View File

@@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType
from OverworldGlitchRules import create_owg_connections
from Utils import bidict
version_number = '0.3.4.1'
version_number = '0.3.4.2'
# branch indicator is intentionally different across branches
version_branch = '-u'