Skip to content

Commit b3e49ac

Browse files
committed
[ci skip] Bumped version to 4.3.2
Updated plugin metadata and build script versions.
1 parent 6303029 commit b3e49ac

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.1"
2+
version = "4.3.2"
33

44
plugins {
55
id("com.gradleup.shadow") version "9.0.0-beta15" 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.3.1")
32+
version = "4.3.2")
3333
public class CommanderPlugin implements Commander {
3434
private final ComponentBundle bundle;
3535
private final ProxyCommandFinder commandFinder;

0 commit comments

Comments
 (0)