Bump version

This commit is contained in:
Adrian Bergqvist 2023-10-04 14:01:42 +02:00
parent 30275d8895
commit 4510f15ebb
No known key found for this signature in database
GPG Key ID: 3B3DA43224B79417
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group = "org.adde0109"
version = "1.4.1"
version = "1.4.2-beta"
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.1", authors = {"adde0109"})
@Plugin(id = "ambassador", name = "Ambassador", version = "1.4.2-beta", authors = {"adde0109"})
public class Ambassador {
public ProxyServer server;