Skip to content

Commit 3ad0bbb

Browse files
committed
[ci skip] Bumped version to 4.3.1
Updated plugin and build script versions.
1 parent e4f5ce3 commit 3ad0bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "net.thenextlvl.commander"
2-
version = "4.3.0"
2+
version = "4.3.1"
33

44
plugins {
55
id("com.gradleup.shadow") version "9.0.0-beta13" apply false

velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
name = "Commander",
3030
authors = "NonSwag",
3131
url = "https://thenextlvl.net",
32-
version = "4.2.1")
32+
version = "4.3.1")
3333
public class CommanderPlugin implements Commander {
3434
private final ComponentBundle bundle;
3535
private final ProxyCommandFinder commandFinder;

0 commit comments

Comments
 (0)