Skip to content

Commit c5e66f5

Browse files
committed
Bump to 1.21.11 [2]
*For addon list and update notifications
1 parent 2a718ea commit c5e66f5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

meteor-addon-list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"1.21.6",
1616
"1.21.8",
1717
"1.21.9",
18-
"1.21.10"
18+
"1.21.10",
19+
"1.21.11"
1920
],
2021
"icon": "https://github.com/MeteorClientPlus/MeteorPlus/blob/1.21.9/src/main/resources/assets/meteorplus/logo.png?raw=true",
2122
"discord": "https://discord.gg/N3gqYc7GRS",

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.10", null);
230+
return new GithubRepo("MeteorClientPlus", "MeteorPlus", "1.21.11", null);
231231
}
232232

233233
@Override

0 commit comments

Comments
 (0)