Version bump

This commit is contained in:
Adrian Bergqvist 2022-09-30 00:02:41 +02:00
parent 2a4aba72e9
commit 110def6eb1
No known key found for this signature in database
GPG Key ID: FAE7D8EDE225E686
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
group 'org.adde0109'
version '1.0.2-alpha'
version '1.0.3-alpha'
repositories {
maven {

View File

@ -22,7 +22,7 @@ import org.slf4j.Logger;
import java.nio.file.Path;
@Plugin(id = "ambassador", name = "Ambassador", version = "1.0.2-alpha", authors = {"adde0109"})
@Plugin(id = "ambassador", name = "Ambassador", version = "1.0.3-alpha", authors = {"adde0109"})
public class Ambassador {
public ProxyServer server;