Skip to content

Commit

Permalink
[ci skip] Update version from 4.1.1 to 4.2.0
Browse files Browse the repository at this point in the history
This version bump reflects improvements or new features added in the project. Ensure compatibility and stability with the latest updates.
  • Loading branch information
NonSwag committed Nov 20, 2024
1 parent 34d671a commit 3312ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "net.thenextlvl.commander"
version = "4.1.1"
version = "4.2.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
name = "Commander",
authors = "NonSwag",
url = "https://thenextlvl.net",
version = "4.1.1")
version = "4.2.0")
public class CommanderPlugin implements Commander {
private final CommanderVersionChecker versionChecker = new CommanderVersionChecker(this);
private final ComponentBundle bundle;
Expand Down

0 comments on commit 3312ba4

Please sign in to comment.