From ece7580b673ce0a11f9888743d4e64a5b3a3d809 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 29 Aug 2023 23:13:04 -0400 Subject: [PATCH] Pregmod v4.0.0-alpha.27 --- CHANGELOG.md | 2 ++ src/002-config/fc-version.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd0868efc4..592fcd0e545 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 08c94604249..8ba8b42c6dd 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. }; -- GitLab