File tree 2 files changed +3
-3
lines changed
src/main/java/lol/hyper/velocityblockversion
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<groupId >lol.hyper</groupId >
25
25
<artifactId >velocityblockversion</artifactId >
26
- <version >1.0.7 </version >
26
+ <version >1.0.8 </version >
27
27
<packaging >jar</packaging >
28
28
29
29
<name >VelocityBlockVersion</name >
Original file line number Diff line number Diff line change 39
39
@ Plugin (
40
40
id = "velocityblockversion" ,
41
41
name = "VelocityBlockVersion" ,
42
- version = "1.0.7 " ,
42
+ version = "1.0.8 " ,
43
43
authors = {"hyperdefined" },
44
44
description = "Block certain Minecraft versions from connecting to your network." ,
45
45
url = "https://github.com/hyperdefined/VelocityBlockVersion"
46
46
)
47
47
public class VelocityBlockVersion {
48
- public static final String VERSION = "1.0.7 " ;
48
+ public static final String VERSION = "1.0.8 " ;
49
49
50
50
@ Inject
51
51
private Logger logger ;
You can’t perform that action at this time.
0 commit comments