From 3856a545681372454b775f5269c546952f4b9f30 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 26 Dec 2020 21:20:51 -0500 Subject: [PATCH] fix id bump --- 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 b7e65f6135f..393d11da8a1 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.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. + release: 1113 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab