chore(rnotes): bump folk-notes-app.js cache version to v=12

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-29 12:45:39 -07:00
parent 9266a6155f
commit 12499d62b5
1 changed files with 1 additions and 1 deletions

View File

@ -1622,7 +1622,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: `<folk-notes-app space="${space}"></folk-notes-app>`,
scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=11"></script>`,
scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=12"></script>`,
styles: `<link rel="stylesheet" href="/modules/rnotes/notes.css?v=5">`,
}));
});