Skip to content

Commit aae2e25

Browse files
author
techartdev
committed
bump version for cache reload
1 parent 013e4d3 commit aae2e25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/openclaw/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistant/issues",
1010
"requirements": [],
11-
"version": "0.1.53",
11+
"version": "0.1.54",
1212
"dependencies": ["conversation"],
1313
"after_dependencies": ["hassio", "lovelace"]
1414
}

www/openclaw-chat-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(async () => {
22
try {
33
if (!customElements.get("openclaw-chat-card")) {
4-
const src = "/openclaw/openclaw-chat-card.js?v=0.1.52";
4+
const src = "/openclaw/openclaw-chat-card.js?v=0.1.54";
55
console.info("OpenClaw loader importing", src);
66
await import(src);
77
}

0 commit comments

Comments
 (0)