From 04cb381e3ca62d813ef9082d079f6673a2e402b7 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 12 Apr 2026 22:09:32 -0400 Subject: [PATCH] chore(rnotes): bump folk-notes-app.js cache version to v=10 Co-Authored-By: Claude Opus 4.6 --- modules/rnotes/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rnotes/mod.ts b/modules/rnotes/mod.ts index a31e1bde..35e34b37 100644 --- a/modules/rnotes/mod.ts +++ b/modules/rnotes/mod.ts @@ -160,7 +160,7 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, }), ); });