Bump version

This commit is contained in:
SillyLossy
2023-03-27 18:16:26 +03:00
parent 9b3613c63c
commit 3d41e68a8f
3 changed files with 4 additions and 4 deletions

View File

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