We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840d112 commit 1c8e221Copy full SHA for 1c8e221
1 file changed
src/main/java/dev/zenith/web/WebApiPlugin.java
@@ -13,7 +13,7 @@
13
description = "Web API for ZenithProxy",
14
url = "https://github.com/rfresh2/ZenithProxyWebAPI",
15
authors = {"rfresh2"},
16
- mcVersions = {"1.21.0", "1.21.4", "1.21.5", "1.21.7"}
+ mcVersions = {"1.21.0", "1.21.4", "1.21.5", "1.21.7", "1.21.8"}
17
)
18
public class WebApiPlugin implements ZenithProxyPlugin {
19
public static WebAPIConfig PLUGIN_CONFIG;
0 commit comments