Skip to content

Commit fe1ef36

Browse files
committed
Release 7.5.4
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 70bc029 commit fe1ef36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/src/main/java/com/plotsquared/core/configuration/caption/Caption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public interface Caption {
5151
* @param localeHolder Local holder
5252
* @param tagResolvers custom tag resolvers to replace placeholders / parameters
5353
* @return {@link ComponentLike}
54-
* @since TODO
54+
* @since 7.5.4
5555
*/
5656
@NonNull Component toComponent(@NonNull LocaleHolder localeHolder, @NonNull TagResolver @NonNull... tagResolvers);
5757

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "com.intellectualsites.plotsquared"
25-
version = "7.5.4-SNAPSHOT"
25+
version = "7.5.4"
2626

2727
if (!File("$rootDir/.git").exists()) {
2828
logger.lifecycle("""

0 commit comments

Comments
 (0)