From aa520d41a21acbcb94f8ff4e098361098110469e Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 23 Mar 2026 18:23:07 -0700 Subject: [PATCH] chore(rwallet): bump JS cache version to v=15 Co-Authored-By: Claude Opus 4.6 --- modules/rwallet/mod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rwallet/mod.ts b/modules/rwallet/mod.ts index bbb42e9..20da9d4 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -1238,8 +1238,8 @@ function renderWallet(spaceSlug: string, initialView?: string) { spaceSlug, modules: getModuleInfoList(), theme: "dark", - body: ``, - scripts: ``, + body: ``, + scripts: ``, styles: ``, }); }