From 86b98f0619a0fcb89af61e96fb4dfc3afc4a1b8f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 7 Apr 2024 00:56:08 -0400 Subject: [PATCH] update version --- CHANGELOG.md | 1 + src/002-config/fc-version.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef26a7c9ab1..2cc871f665e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +* added a pregnancy/breeding report * added new universal impregnation rules: citizens and slaves * expanded universal impregnation rule: player to allow for more exotic methods of impregnation * AI related things, most notably the dressing room diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index bc58cebdb07..4b1fcd8bc15 100644 --- a/src/002-config/fc-version.js +++ b/src/002-config/fc-version.js @@ -2,5 +2,5 @@ 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.30", commitHash: null, - release: 1229, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1230, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab