Bump to avoid confusion

This commit is contained in:
Adrian Bergqvist 2024-02-15 20:51:28 +01:00
parent e6532b4e9d
commit 25c6152087
No known key found for this signature in database
GPG Key ID: FAE7D8EDE225E686
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group = "org.adde0109"
version = "1.5.0"
version = "1.5.1-beta"
repositories {
mavenCentral()

View File

@ -43,7 +43,7 @@ import java.util.concurrent.TimeUnit;
import static com.velocitypowered.api.network.ProtocolVersion.MINECRAFT_1_19;
import static com.velocitypowered.proxy.protocol.packet.brigadier.ArgumentIdentifier.mapSet;
@Plugin(id = "ambassador", name = "Ambassador", version = "1.5.0", authors = {"adde0109"})
@Plugin(id = "ambassador", name = "Ambassador", version = "1.5.1-beta", authors = {"adde0109"})
public class Ambassador {
//Don't forget to update checkCompatibleVersion() when changing this value