Version bump 0.3.0.5

This commit is contained in:
codemann8
2023-04-03 08:33:28 -05:00
parent 9406f408df
commit 46ed496669
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.3.0.5
- Major reorganization to GUI Options
- Corrected various fake world behavior in glitched modes
- Fixed various issues with glitched mode logic
- Various minor logic fixes
## 0.3.0.4 ## 0.3.0.4
- \~Merged in DR v1.2.0.14~ - \~Merged in DR v1.2.0.14~
- Fixed issue with enemy drops on OW enemies - Fixed issue with enemy drops on OW enemies

View File

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