Version bump 0.3.2.1

This commit is contained in:
codemann8
2023-08-07 16:04:58 -05:00
parent 06e3dc80d6
commit fd3bdc6b71
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 0.3.2.1
- \~Merged in DR v1.2.0.20~
- Some minor Swapped ER improvements
- Fixed generation error with Flute Activation
## 0.3.2.0
- New Swapped ER mode option
- Fixed issue with flipper rules not properly getting pearl requirement added

View File

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