From ef65ec49ff4128441ec525fb212ef85e46829d4b Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Mar 2026 14:45:26 -0700 Subject: [PATCH] chore(rnotes): bump JS/CSS cache version to v=4 Co-Authored-By: Claude Opus 4.6 --- modules/rnotes/mod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rnotes/mod.ts b/modules/rnotes/mod.ts index 83a2a30..f0f4bd2 100644 --- a/modules/rnotes/mod.ts +++ b/modules/rnotes/mod.ts @@ -1615,8 +1615,8 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, - styles: ``, + scripts: ``, + styles: ``, })); });