From 2054a239df04dd70a1c178fdfa2a0fd7c20f3146 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 11 Mar 2026 22:01:01 -0700 Subject: [PATCH] chore(rwallet): bump JS cache version to v=5 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 60c9e8c..64aed73 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -658,7 +658,7 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, })); });