Update version to 0.1.41 and enhance integration with voice mode fixes, gateway connection status, and updated documentation

This commit is contained in:
techartdev
2026-02-20 23:37:58 +02:00
parent faa962d8bc
commit de7ef4ac99
13 changed files with 74 additions and 41 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.40";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.41";
console.info("OpenClaw loader importing", src);
await import(src);
}