Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 3f0a594

Browse files
committed
1.19.3 support
1 parent 09af888 commit 3f0a594

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>bungeeblockversion</artifactId>
26-
<version>1.4.3</version>
26+
<version>1.4.4</version>
2727
<packaging>jar</packaging>
2828

2929
<name>BungeeBlockVersion</name>

src/main/java/lol/hyper/bungeeblockversion/tools/VersionToStrings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public class VersionToStrings {
6060
versionStrings.put(757, "1.18");
6161
versionStrings.put(758, "1.18.2");
6262
versionStrings.put(759, "1.19");
63-
versionStrings.put(760, "1.19.1");
63+
versionStrings.put(760, "1.19.2");
64+
versionStrings.put(761, "1.19.3");
6465
}
6566

6667
/**

src/main/resources/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ versions:
3434
- 757
3535
- 758
3636
- 759
37-
- 760
37+
- 760 # this will show up as 1.19.2 because 1.19.1 and .2 share the same protocol version
38+
- 761
3839

3940
# Send this message if someone connects with a blocked version.
4041
# Use {VERSIONS} to show what versions your server uses. It will display like "1.8 to 1.16.3" or whatever.

0 commit comments

Comments
 (0)