diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index d62bff94e898f79686e82fcc3e062c7be3c45336..29fecfb741f4d0c28fbc7337d8206cee54eeb6e6 100644 --- a/src/002-config/fc-version.js +++ b/src/002-config/fc-version.js @@ -2,5 +2,5 @@ App.Version = { base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed. pmod: "3.9.0", commitHash: null, - release: 1119 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1120 // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. };