We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5f793 commit d05b0deCopy full SHA for d05b0de
setup.html
@@ -199,7 +199,7 @@ <h3>ViaSetup - Plugin Setup Generator for Via*</h3>
199
<label for="server_version" id="server_version_text">Select your server version</label>
200
<select id="server_version" onchange="getPlugins()">
201
<optgroup label="Latest">
202
- <option value="772">🖼️ 1.21.7</option>
+ <option value="772">🖼️ 1.21.7 & 1.21.8</option>
203
</optgroup>
204
<optgroup label="1.21.x">
205
<option value="771">1.21.6</option>
@@ -425,7 +425,8 @@ <h4>Miscellaneous</h4>
425
version: "1.21.6"
426
}, {
427
protocol: 772,
428
- version: "1.21.7"
+ version: "1.21.7",
429
+ display: "1.21.7/8"
430
}
431
]);
432
0 commit comments