From 8957dd8ea72c4d8d133fa7bb6a1f8096cedba60a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 12 Mar 2026 21:20:07 -0700 Subject: [PATCH] chore(rwallet): bump cache version to v=9 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 df2b1bd..9b7c419 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -873,7 +873,7 @@ function renderWallet(spaceSlug: string, initialView?: string) { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, }); }