diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d60bf50aa4c0da619bfd57d3305743944c8404..739fdabd0baae786b255474effdcd95e0a2cfb16 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 b2d59332303da909005a25331cb563697cbd2c0b..cddc0125ccf1e442dc235a180f3f0d3bad0be01d 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. };