Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Jun 11, 2022
1 parent f871570 commit d6c3f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

allprojects {
group = "dev.rollczi.litecommands"
version = "2.0.0"
version = "2.0.1"

apply(plugin = "java-library")
apply(plugin = "maven-publish")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private LiteFactory() {
}

public static <SENDER> LiteCommandsBuilder<SENDER> builder(Class<SENDER> senderType) {
return LiteCommandsBuilderImpl.<SENDER>builder(senderType)
return LiteCommandsBuilderImpl.builder(senderType)
.configureFactory(factory -> {
factory.annotationResolver(Section.RESOLVER);
factory.annotationResolver(Execute.RESOLVER);
Expand Down

0 comments on commit d6c3f05

Please sign in to comment.