Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adde0109 committed Oct 4, 2023
1 parent 30275d8 commit 4510f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "org.adde0109"
version = "1.4.1"
version = "1.4.2-beta"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/adde0109/ambassador/Ambassador.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
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;
Expand Down

0 comments on commit 4510f15

Please sign in to comment.