Skip to content

Commit

Permalink
chore: Release version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jan 18, 2021
1 parent 14eeb93 commit ebd74df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group "net.kyori"
version "4.4.0-SNAPSHOT"
version "4.4.0"
description "A user-interface library for Minecraft: Java Edition."

subprojects {
Expand Down Expand Up @@ -51,6 +51,8 @@ subprojects {

javadoc {
options.tags(["sinceMinecraft:a:Since Minecraft:"])
// Temporary until next Indra release
options.addBooleanOption("-no-module-directories", true)
}
}

Expand Down

0 comments on commit ebd74df

Please sign in to comment.