Version check

This commit is contained in:
SillyLossy
2023-03-19 21:10:30 +02:00
parent 54b0628631
commit 296deba415
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ export {
// API OBJECT FOR EXTERNAL WIRING
window["TavernAI"] = {};
const VERSION = "1.2.8";
const VERSION = "1.1.0";
let converter = new showdown.Converter({ emoji: "true" });
let bg_menu_toggle = false;
const systemUserName = "TavernAI";