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