Skip to content

Commit b6e4fe7

Browse files
authored
Fix update notifications
1 parent 1eda130 commit b6e4fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nekiplay/meteorplus/MeteorPlusAddon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public String getWebsite() {
227227

228228
@Override
229229
public GithubRepo getRepo() {
230-
return new GithubRepo("MeteorClientPlus", "MeteorPlus", "1.21.4", null);
230+
return new GithubRepo("MeteorClientPlus", "MeteorPlus", "1.21.10", null);
231231
}
232232

233233
@Override

0 commit comments

Comments
 (0)