We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6303029 commit b3e49acCopy full SHA for b3e49ac
build.gradle.kts
@@ -1,5 +1,5 @@
1
group = "net.thenextlvl.commander"
2
-version = "4.3.1"
+version = "4.3.2"
3
4
plugins {
5
id("com.gradleup.shadow") version "9.0.0-beta15" apply false
velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java
@@ -29,7 +29,7 @@
29
name = "Commander",
30
authors = "NonSwag",
31
url = "https://thenextlvl.net",
32
- version = "4.3.1")
+ version = "4.3.2")
33
public class CommanderPlugin implements Commander {
34
private final ComponentBundle bundle;
35
private final ProxyCommandFinder commandFinder;
0 commit comments