version update

This commit is contained in:
arnaudferreres 2022-12-23 17:37:56 +01:00
parent 6001c50c17
commit 73ac5f0fc8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>Vmessage</groupId> <groupId>Vmessage</groupId>
<artifactId>Vmessage</artifactId> <artifactId>Vmessage</artifactId>
<version>1.1</version> <version>1.4</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Vmessage</name> <name>Vmessage</name>

View File

@ -16,7 +16,7 @@ import java.nio.file.Path;
@Plugin( @Plugin(
id = "vmessage", id = "vmessage",
name = "Vmessage", name = "Vmessage",
version = "1.2", version = "1.4",
description = "A velocity plugin that creates a multi server chat for the network", description = "A velocity plugin that creates a multi server chat for the network",
authors = {"FeuSalamander"}, authors = {"FeuSalamander"},
dependencies = { @Dependency(id = "luckperms", optional = true) } dependencies = { @Dependency(id = "luckperms", optional = true) }