From a29d66eb8bb93a6d692e9eba373478b9272bd310 Mon Sep 17 00:00:00 2001 From: Harley White Date: Wed, 7 Jul 2021 13:16:57 -0400 Subject: [PATCH] Version numbers --- js/Demo/demoMod.js | 2 +- js/game.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/Demo/demoMod.js b/js/Demo/demoMod.js index 63470e0..d39725d 100644 --- a/js/Demo/demoMod.js +++ b/js/Demo/demoMod.js @@ -13,7 +13,7 @@ let modInfo = { // Set your version in num and name let VERSION = { - num: "2.6.4.3", + num: "2.6.5", name: "Fixed Reality", } diff --git a/js/game.js b/js/game.js index 8edfc3d..8fc3647 100644 --- a/js/game.js +++ b/js/game.js @@ -3,7 +3,7 @@ var needCanvasUpdate = true; // Don't change this const TMT_VERSION = { - tmtNum: "2.6.4.3", + tmtNum: "2.6.5", tmtName: "Fixed Reality" }