diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc26cbcb64d9ab8e6b164bca8ccaf6b84bae154..de726f6d268f798f907abc914887dfb578bd1168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## 0.10.7.1-4.0.0-alpha.6 - 2021-07-11 + +* remaining facilities converted to DOM +* many more events converted to JS +* fixes + ## 0.10.7.1-4.0.0-alpha.5 - 2021-07-10 * Arcade DOM conversion diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index d72f6a08ebe0a9242eded2fe599bb90528f43061..e769a04fcd43133134b8d983b7b5fa9dd2db8ada 100644 --- a/src/002-config/fc-version.js +++ b/src/002-config/fc-version.js @@ -1,6 +1,6 @@ App.Version = { base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed. - pmod: "4.0.0-alpha.5", + pmod: "4.0.0-alpha.6", commitHash: null, release: 1134 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };