diff --git a/index.js b/index.js index 28af932..ab6df2c 100644 --- a/index.js +++ b/index.js @@ -748,6 +748,10 @@ async function ensureTrackerPresetExists() { */ jQuery(async () => { try { + console.log('========================================'); + console.log('🎭 RPG COMPANION v2.0.0 CHARACTER TRACKING'); + console.log('✅ NEW VERSION WITH CHARACTER STATE TRACKING LOADED!'); + console.log('========================================'); console.log('[RPG Companion] Starting initialization...'); // Load settings with validation diff --git a/manifest.json b/manifest.json index 19e8b1f..5f8674e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "js": "index.js", "css": "style.css", "author": "Marysia", - "version": "1.1.0", + "version": "2.0.0-character-tracking", "homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern" }