We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745016e commit fa52116Copy full SHA for fa52116
3 files changed
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>lol.hyper</groupId>
25
<artifactId>velocityblockversion</artifactId>
26
- <version>1.0.2</version>
+ <version>1.0.3</version>
27
<packaging>jar</packaging>
28
29
<name>VelocityBlockVersion</name>
src/main/java/lol/hyper/velocityblockversion/tools/VersionToStrings.java
@@ -58,6 +58,7 @@ public static void init() {
58
versionStrings.put(755, "1.17");
59
versionStrings.put(756, "1.17.1");
60
versionStrings.put(757, "1.18");
61
+ versionStrings.put(758, "1.18.2");
62
}
63
64
/**
src/main/resources/config.toml
@@ -33,6 +33,7 @@ versions = [
33
755,
34
756,
35
757,
36
+ 758,
37
]
38
39
# Send this message if someone connects with a blocked version.
0 commit comments