Skip to content

Commit

Permalink
2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Escartem committed Dec 22, 2023
1 parent f2a43c3 commit 46ff751
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setupEMS({"RCB": true, "DVT": false, "BSC": true, "SRC": true});

// version
VERSION = "2.6.1";
VERSION = "2.6.2";
console.log(`📦 v${VERSION}`);
document.getElementById("version").innerHTML = `V${VERSION}`;

Expand Down
15 changes: 11 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,22 @@
</div>
<div id="news" style="height: max-content;">
<span style="margin-top: 10px; margin-left: 10px; width: calc(100% - 20px);">
version 2.6.1 (11 December 2023)
version 2.6.2 (22 December 2023)
<ul>
<li>Star Rail : Added Argenti, Hanya, Lynx and Luka</li>
<li>Improved API stability and speed</li>
<li>Genshin : Added Navia and Chevreuse</li>
</ul>
</span>
</div>
<div id="oldAppUpdates" style="height: 0; opacity: 0;">
<span style="margin-top: 10px; margin-left: 10px; width: calc(100% - 20px);">
version 2.6.1 (11 December 2023)
<ul>
<li>Star Rail : Added Argenti, Hanya, Lynx and Luka</li>
<li>Improved API stability and speed</li>
</ul>

<hr>

version 2.6 (19 November 2023)
<br><br>
<span style="font-weight: 700; text-decoration: underline;">The website is now 1 year old !</span>
Expand Down Expand Up @@ -570,6 +577,6 @@
</div>
</div>
</div>
<script src="./assets/js/app.js?v=2.6.1"></script>
<script src="./assets/js/app.js?v=2.6.2"></script>
</body>
</html>

0 comments on commit 46ff751

Please sign in to comment.