diff --git a/README.md b/README.md
index 0dd29c6..515d821 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ The displayed release version is kept fresh by two independent mechanisms:
1. **Build-time substitution.** The `Deploy GitHub Pages` workflow
(`.github/workflows/pages.yml`) replaces every occurrence of the literal
- `8.2.9` in `index.html` with the latest GitHub release tag before
+ `8.2.10` in `index.html` with the latest GitHub release tag before
publishing. The workflow runs on every push to `main` that touches
`docs/**`, on every published release, and can be dispatched manually.
diff --git a/assets/app.js b/assets/app.js
index a2710e4..0d2a892 100644
--- a/assets/app.js
+++ b/assets/app.js
@@ -63,7 +63,7 @@
}
// ---------- Live version refresh from GitHub Releases ----------
- // The build-time workflow substitutes 8.2.9 in the HTML; this
+ // The build-time workflow substitutes 8.2.10 in the HTML; this
// additionally refreshes the displayed version in the browser so the
// site always reflects the very latest release without redeploying.
const versionNodes = document.querySelectorAll("[data-version]");
diff --git a/index.html b/index.html
index 8576332..5ce2d51 100644
--- a/index.html
+++ b/index.html
@@ -61,12 +61,12 @@
Get started
View on GitHub
- Download v8.2.9
+ Download v8.2.10