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 e4f5ce3 commit 3ad0bbbCopy full SHA for 3ad0bbb
build.gradle.kts
@@ -1,5 +1,5 @@
1
group = "net.thenextlvl.commander"
2
-version = "4.3.0"
+version = "4.3.1"
3
4
plugins {
5
id("com.gradleup.shadow") version "9.0.0-beta13" 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.2.1")
+ version = "4.3.1")
33
public class CommanderPlugin implements Commander {
34
private final ComponentBundle bundle;
35
private final ProxyCommandFinder commandFinder;
0 commit comments