Update version numbers in dashboard and folder views
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-28 21:10:46 +01:00
parent a9f2cdc3e2
commit feb56e0ed9
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item">
<a class="nav-link px-2 text-muted" href="#" data-toggle="modal" data-target="#patchNoteModal">
Version: 1.0.9-beta
Version: 1.0.0-beta.10
</a>
</li>
</ul>

View File

@@ -171,7 +171,7 @@
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a class="nav-link px-2 text-muted">Version: 1.0.9-beta</a></li>
<li class="nav-item"><a class="nav-link px-2 text-muted">Version: 1.0.0-beta.10</a></li>
</ul>
<p class="text-center text-muted">&copy; 2024 SwiftLogic Labs</p>
</footer>