Skip to content

Commit

Permalink
Prepare for release of 2.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Sep 29, 2023
1 parent e76b70c commit f565dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compileJava {
}

// SkBee version
version = '2.18.2'
version = '2.18.3'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"reset display teleport duration of {_display}",
"add 10 to display teleport duration of {_display}",
"remove 5 from display teleport duration of {_display}"})
@Since("INSERT VERSION")
@Since("2.18.3")
public class ExprDisplayTeleportDuration extends SimplePropertyExpression<Entity, Number> {

static {
Expand Down

0 comments on commit f565dcb

Please sign in to comment.