diff --git a/CHANGELOG.md b/CHANGELOG.md index efd0868efc41cb032126567bb23cdfe62544df30..592fcd0e5450d0104e2a98a4a80eaabb9f8263b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## 0.10.7.1-4.0.0-alpha.27 - 2023-08-29 + * added a series of consumer reduction drugs * slave's maximum possible erection can now be modified by slave's height and health (toggleable in options) * added support for AI art diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 08c9460424955d2669946b7ea7cfed4d637b5dc1..8ba8b42c6dd49778c7533faf261f22414e45ace3 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.26", + pmod: "4.0.0-alpha.27", commitHash: null, - release: 1203, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1204, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };