Skip to content

Commit 98452ba

Browse files
committed
6.2.2
1 parent a1b0bb9 commit 98452ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compileJava.options.encoding = "UTF-8"
1818
compileTestJava.options.encoding = "UTF-8"
1919

2020
group = "me.rosillogames"
21-
version = "6.2.1"
21+
version = "6.2.2"
2222
description = "EggWars Remastered"
2323

2424
repositories {

src/main/java/me/rosillogames/eggwars/enums/Versions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ public enum Versions
2020
V_1_20_R4(true, "v1_20_R4", "1.20.5", "1.20.6"), //1.20.5 - 1.20.6
2121
V_1_21_R1(true, "v1_21_R1", "1.21", "1.21.1"), //1.21 - 1.21.1
2222
V_1_21_R2(true, "v1_21_R2", "1.21.2", "1.21.3"), //1.21.2 - 1.21.3
23-
V_1_21_R3(true, "v1_21_R3", "1.21.4"); //1.21.2 - 1.21.3
23+
V_1_21_R3(true, "v1_21_R3", "1.21.4"); //1.21.4
2424

25-
public static final String SUPPORTED_TEXT = "1.16.1 - 1.21.3";
25+
public static final String SUPPORTED_TEXT = "1.16.1 - 1.21.4";
2626
private final String packageId;
2727
private final String[] versionIds;
2828
private final boolean allowed;

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main: me.rosillogames.eggwars.EggWars
22
name: EggWars
3-
version: "6.2.1"
3+
version: "6.2.2"
44
description: Play the EggWars game!
55
api-version: 1.13
66
load: POSTWORLD

0 commit comments

Comments
 (0)