diff --git a/CHANGELOG.md b/CHANGELOG.md index c105893..8f2cd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - Plasma Beam Chamber's crumble blocks will be gone when the softlock prevention setting is turned on. + ## [1.0.2] - 2023-11-24 ### Added - Shell script to make launching randomized game easier on Flatpak. diff --git a/YAMS-LIB/YAMS-LIB.csproj b/YAMS-LIB/YAMS-LIB.csproj index 1766f9b..3e0cf44 100644 --- a/YAMS-LIB/YAMS-LIB.csproj +++ b/YAMS-LIB/YAMS-LIB.csproj @@ -1,7 +1,7 @@ - 1.0.2 + 1.0.3 net6.0 enable enable diff --git a/setup.cfg b/setup.cfg index 6caa0aa..a4a95e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = am2r_yams -version = 1.0.2 +version = 1.0.3 description = An open source randomizer patcher for AM2R. long_description = file: README.md long_description_content_type = text/markdown