Skip to content

Commit 279e198

Browse files
committed
mark 1.21.4 as compatible
1 parent e727566 commit 279e198

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plugin_version=1.0.1
1+
plugin_version=1.0.2
22
plugin_name=ZenithProxyWebAPI
33
mc=1.21.0
44
maven_group=dev.zenith.web

src/main/java/dev/zenith/web/WebApiPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description = "Web API for ZenithProxy",
1414
url = "https://github.com/rfresh2/ZenithProxyWebAPI",
1515
authors = {"rfresh2"},
16-
mcVersions = {"1.21.0", "1.21.5"}
16+
mcVersions = {"1.21.0", "1.21.4", "1.21.5"}
1717
)
1818
public class WebApiPlugin implements ZenithProxyPlugin {
1919
public static WebAPIConfig PLUGIN_CONFIG;

0 commit comments

Comments
 (0)