chore(rwallet): bump JS cache version to v=5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-11 22:01:01 -07:00
parent 7e5aa2e7f1
commit 2054a239df
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
body: `<folk-wallet-viewer></folk-wallet-viewer>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=4"></script>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=5"></script>`,
styles: `<link rel="stylesheet" href="/modules/rwallet/wallet.css">`,
}));
});