Skip to content

Commit 50881fc

Browse files
committed
Merge branch 'release' into Dev
2 parents 03b7479 + 3663bf1 commit 50881fc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Dev
22

3+
# 8.3
4+
35
## New Settings and Options
46
* New options `Custom (count)` and `Custom (%)` for the `Ice Traps` setting.
57
* New hidden `plandomized_locations` setting to allow presets to place specific items at specific locations.

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '8.2.76'
1+
__version__ = '8.3.1'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0
@@ -8,7 +8,7 @@
88
branch_identifier = 0x01
99

1010
# URL to your branch on GitHub.
11-
branch_url = 'https://github.com/TestRunnerSRL/OoT-Randomizer/tree/Dev'
11+
branch_url = 'https://github.com/OoTRandomizer/OoT-Randomizer/tree/Dev'
1212

1313
# This is named __version__ at the top for compatability with older versions trying to version check.
1414
base_version = __version__

0 commit comments

Comments
 (0)