Skip to content

Commit fc48249

Browse files
committed
Merge branch 'dev'
2 parents a9d0916 + df3864d commit fc48249

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@ <h3>ViaSetup - Plugin Setup Generator for Via*</h3>
199199
<label for="server_version" id="server_version_text">Select your server version</label>
200200
<select id="server_version" onchange="getPlugins()">
201201
<optgroup label="Latest">
202-
<option value="773">🗄️️ 1.21.9 & 1.21.10</option>
202+
<option value="774">🧟 1.21.11</option>
203203
</optgroup>
204204
<optgroup label="1.21.x">
205+
<option value="773">1.21.9 & 1.21.10</option>
205206
<option value="772">1.21.7 & 1.21.8</option>
206207
<option value="771">1.21.6</option>
207208
<option value="770">1.21.5</option>
@@ -432,6 +433,9 @@ <h4>Miscellaneous</h4>
432433
protocol: 773,
433434
version: "1.21.9",
434435
display: "1.21.9/10"
436+
}, {
437+
protocol: 774,
438+
version: "1.21.11"
435439
}
436440
]);
437441

0 commit comments

Comments
 (0)