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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-12 22:09:32 -04:00
parent 79d24a327e
commit 04cb381e3c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,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=9"></script>`,
scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=10"></script>`,
}),
);
});