diff --git a/Changelog.txt b/Changelog.txt index 0829a6ba3d280a61d50931d955ee68977f204f8d..5329be35e9e64017f102ba2c7eb6fa53e57800a4 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,11 +2,15 @@ Pregmod 0.10.7.1-3.8.x + 12/22/2020 + + 4 -learned how to add vectors -fixed nicea event chain -fixed issues with the TFS -clothing data overhaul -description options converted to JS + -lingering passage .tw files converted to DOM -fixes 12/13/2020 diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 8b0e2e6e9c100f67e366ad226e2021756dcb5d7d..c0159ceb1e40363fe3d02c90f290ad8926aefd46 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.3", + pmod: "3.8.4", commitHash: null, release: 1112 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };