Skip to content

Commit

Permalink
Prepare for release of 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Feb 12, 2025
1 parent 7d85901 commit 2a4bf68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// The Minecraft version we're currently building for
val minecraftVersion = "1.21.4"
// Version of CoreApi
val projectVersion = "1.0.0"
val projectVersion = "1.1.0"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/shanebeestudios/coreapi/util/TagUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
import org.bukkit.block.BlockType;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.ItemType;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;

import java.util.List;

/**
* General utility class for {@link Tag Tags}
*/
@ApiStatus.AvailableSince("1.1.0")
@SuppressWarnings({"UnstableApiUsage", "unused"})
public class TagUtils {

Expand Down

0 comments on commit 2a4bf68

Please sign in to comment.