From 411216bf996c4a469106ee2fe71f0a6cea42fa2f Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 4 Oct 2020 02:54:08 -0400 Subject: [PATCH] Bump version --- src/002-config/fc-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 20dc19d2148..e31fd29637d 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.8.0", commitHash: null, - release: 1105 // When gettting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. + release: 1106 // When gettting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js. }; -- GitLab