Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adde0109 committed Dec 18, 2024
1 parent e7df127 commit 349ce41
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.4"
version = "1.4.5"

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 @@ -40,7 +40,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.4", authors = {"adde0109"})
@Plugin(id = "ambassador", name = "Ambassador", version = "1.4.5", authors = {"adde0109"})
public class Ambassador {

//Don't forget to update checkCompatibleVersion() when changing this value
Expand Down

0 comments on commit 349ce41

Please sign in to comment.