We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f11f0 commit 4f4c713Copy full SHA for 4f4c713
2 files changed
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>lol.hyper</groupId>
25
<artifactId>velocityblockversion</artifactId>
26
- <version>1.0.8</version>
+ <version>1.0.9</version>
27
<packaging>jar</packaging>
28
29
<name>VelocityBlockVersion</name>
src/main/java/lol/hyper/velocityblockversion/VelocityBlockVersion.java
@@ -39,7 +39,7 @@
39
@Plugin(
40
id = "velocityblockversion",
41
name = "VelocityBlockVersion",
42
- version = "1.0.8",
+ version = "1.0.9",
43
authors = {"hyperdefined"},
44
description = "Block certain Minecraft versions from connecting to your network.",
45
url = "https://github.com/hyperdefined/VelocityBlockVersion"
0 commit comments