diff --git a/Changelog.txt b/Changelog.txt index 5bc5bf9727e76800123dc326611c9f2849b84e28..56fe960da8203e46d29ceb63c6f93810cd85245f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,10 +2,14 @@ Pregmod 0.10.7.1-3.8.x + 01/25/2021 + 6 + -sugarcube updated to 2.34.1 -new clothing vectors for revamped art set -new shoe vectors for revamped art set -added support for tracking partners + -cleaned up facility head related tutoring -your usual fixes and code improvements 12/29/2020 diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 97eba33f28e4cf77011e7304c718ae0e2b3f1811..d8a025b6b6f6480b814f7f0c2d5bad1ae8423545 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: "3.8.5", + pmod: "3.8.6", commitHash: null, release: 1116 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };