Skip to content

Commit

Permalink
1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Apr 21, 2024
1 parent 50696b3 commit 0652c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ <h3>ViaSetup - Plugin Setup Generator for Via*</h3>
<label for="server_version" id="server_version_text">Select your server version</label>
<select id="server_version" onchange="getPlugins()">
<optgroup label="Latest">
<option value="766">🐺1.20.5</option>
<option value="765">1.20.3 & 1.20.4</option>
<option value="764">1.20.2</option>
<option value="763">1.20 & 1.20.1</option>
Expand Down Expand Up @@ -360,6 +361,9 @@ <h3>ViaSetup - Plugin Setup Generator for Via*</h3>
}, {
protocol: 765,
version: "1.20.3", display: "1.20.3/4"
}, {
protocol: 766,
version: "1.20.5"
}]);

let server_version = parseInt(document.getElementById("server_version").value);
Expand Down

0 comments on commit 0652c0e

Please sign in to comment.