Bump version

This commit is contained in:
Adrian Bergqvist 2023-06-12 20:15:02 +02:00
parent 7ab96fcbb4
commit 4b5d9131f4
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.4.0-beta-rc9"
version = "1.4.0"
repositories {
mavenCentral()

View File

@ -39,7 +39,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.4.0-beta-rc", authors = {"adde0109"})
@Plugin(id = "ambassador", name = "Ambassador", version = "1.4.0", authors = {"adde0109"})
public class Ambassador {
public ProxyServer server;