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:
parent
8ed6ccbb4e
commit
ac30e21b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue