Skip to content

Commit 2a4bf68

Browse files
committed
Prepare for release of 1.1.0
1 parent 7d85901 commit 2a4bf68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// The Minecraft version we're currently building for
1010
val minecraftVersion = "1.21.4"
1111
// Version of CoreApi
12-
val projectVersion = "1.0.0"
12+
val projectVersion = "1.1.0"
1313

1414
java {
1515
toolchain.languageVersion = JavaLanguageVersion.of(21)

src/main/java/com/shanebeestudios/coreapi/util/TagUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
import org.bukkit.block.BlockType;
1111
import org.bukkit.inventory.ItemStack;
1212
import org.bukkit.inventory.ItemType;
13+
import org.jetbrains.annotations.ApiStatus;
1314
import org.jetbrains.annotations.NotNull;
1415

1516
import java.util.List;
1617

1718
/**
1819
* General utility class for {@link Tag Tags}
1920
*/
21+
@ApiStatus.AvailableSince("1.1.0")
2022
@SuppressWarnings({"UnstableApiUsage", "unused"})
2123
public class TagUtils {
2224

0 commit comments

Comments
 (0)