Skip to content

Commit ab7a714

Browse files
committed
version bump
1 parent 7046c00 commit ab7a714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>velocityblockversion</artifactId>
26-
<version>1.0.7</version>
26+
<version>1.0.8</version>
2727
<packaging>jar</packaging>
2828

2929
<name>VelocityBlockVersion</name>

Diff for: src/main/java/lol/hyper/velocityblockversion/VelocityBlockVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
@Plugin(
4040
id = "velocityblockversion",
4141
name = "VelocityBlockVersion",
42-
version = "1.0.7",
42+
version = "1.0.8",
4343
authors = {"hyperdefined"},
4444
description = "Block certain Minecraft versions from connecting to your network.",
4545
url = "https://github.com/hyperdefined/VelocityBlockVersion"
4646
)
4747
public class VelocityBlockVersion {
48-
public static final String VERSION = "1.0.7";
48+
public static final String VERSION = "1.0.8";
4949

5050
@Inject
5151
private Logger logger;

0 commit comments

Comments
 (0)