Skip to content

Commit 8824351

Browse files
committed
1.19.1
1 parent b20a620 commit 8824351

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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.5</version>
26+
<version>1.0.6</version>
2727
<packaging>jar</packaging>
2828

2929
<name>VelocityBlockVersion</name>

Diff for: src/main/java/lol/hyper/velocityblockversion/tools/VersionToStrings.java

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class VersionToStrings {
6060
versionStrings.put(757, "1.18");
6161
versionStrings.put(758, "1.18.2");
6262
versionStrings.put(759, "1.19");
63+
versionStrings.put(760, "1.19.1");
6364
}
6465

6566
/**

Diff for: src/main/resources/config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ versions = [
3535
757,
3636
758,
3737
759,
38+
760,
3839
]
3940

4041
# Send this message if someone connects with a blocked version.

0 commit comments

Comments
 (0)