From 766566410e1afde76d61299eceefef2cd6c1e7ff Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 29 Oct 2021 17:33:11 -0400 Subject: [PATCH] Pregmod v4.0.0-alpha.11 --- CHANGELOG.md | 3 +++ src/002-config/fc-version.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d60bf50aa..739fdabd0ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## 0.10.7.1-4.0.0-alpha.11 - 2021-10-29 + +* player long description added * added a number of animal tail/ear/limb prosthetics * expanded highlights and other hair accents * added several new hairstyles (pixie cut, bob cut, double buns, chignon, french twist, dutch braid, double dutch braid) diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index b2d59332303..cddc0125ccf 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.10", + pmod: "4.0.0-alpha.11", commitHash: null, release: 1150 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab