chore(rwallet): bump cache version to v=9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-12 21:20:07 -07:00
parent 4d72ba164e
commit 8957dd8ea7
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ function renderWallet(spaceSlug: string, initialView?: string) {
modules: getModuleInfoList(),
theme: "dark",
body: `<folk-wallet-viewer${viewAttr}></folk-wallet-viewer>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=8"></script>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=9"></script>`,
styles: `<link rel="stylesheet" href="/modules/rwallet/wallet.css">`,
});
}