From f9d4164f28d1ec2676f076ae82f020291cbc0202 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 15 Mar 2026 12:35:34 -0700 Subject: [PATCH] chore(rwallet): bump JS cache version to v=10 Co-Authored-By: Claude Opus 4.6 --- modules/rwallet/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rwallet/mod.ts b/modules/rwallet/mod.ts index 1e086ee..6e1be9a 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -1014,7 +1014,7 @@ function renderWallet(spaceSlug: string, initialView?: string) { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, }); }