Skip to content

Commit

Permalink
Prepare for release of 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Jun 7, 2023
1 parent 8145410 commit a71142e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.shanebeestudios</groupId>
<artifactId>SkBee</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"remove enchants flag from hidden item flags of player's tool",
"remove armor trim flag and dye flag from item flags of player's tool",
"clear item flags of player's tool"})
@Since("INSERT VERSION")
@Since("2.12.0")
public class ExprHiddenItemFlags extends PropertyExpression<ItemType, ItemFlag> {

static {
Expand Down

0 comments on commit a71142e

Please sign in to comment.