Sidebar version button: v2.3 → v2.4.0

Forgot to bump the hardcoded label in index.html during the 2.4.0
version commit. _getCurrentVersion() reads this textContent, so the
What's New surfacing logic was still seeing 2.3.
This commit is contained in:
Broque Thomas 2026-04-26 10:20:02 -07:00
parent 8ed6ccbb4e
commit ac30e21b3d

View file

@ -270,7 +270,7 @@
<!-- Version Section -->
<div class="version-section">
<button class="version-button" onclick="showVersionInfo()">v2.3</button>
<button class="version-button" onclick="showVersionInfo()">v2.4.0</button>
</div>
<!-- Status Section -->