Skip to content

Commit

Permalink
Revert "Update version to 4.1.0"
Browse files Browse the repository at this point in the history
This reverts commit 64e44cd.
  • Loading branch information
NonSwag committed Aug 10, 2024
1 parent 64e44cd commit 7e6c87a
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.0"
version = "4.0.0"

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

0 comments on commit 7e6c87a

Please sign in to comment.