From 795b5cb587e0de484e16a303abb799fb88f0b85b Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 27 Feb 2021 21:11:08 +0000 Subject: [PATCH] Update fc-version.js --- src/002-config/fc-version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 80208751e3e..96fc2946394 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.6", + pmod: "3.9.0", commitHash: null, - release: 1117 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1118 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab