diff --git a/CHANGELOG.md b/CHANGELOG.md index 267d1308c0e89142d28646d32a7932383399d482..7fc26cbcb64d9ab8e6b164bca8ccaf6b84bae154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## 0.10.7.1-4.0.0-alpha.5 - 2021-07-10 + * Arcade DOM conversion * Farmyard DOM conversion +* Personal attention DOM conversion +* many events converted to JS +* fixes ## 0.10.7.1-4.0.0-alpha.4 - 2021-06-26 diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index daa3f7e0c215076a213af7c7ba969a5221451b0b..dbbb79028224efc4545ef27ccb0d60c1df523e2a 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.4", + pmod: "4.0.0-alpha.5", commitHash: null, release: 1133 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };