Skip to content

Commit

Permalink
Prepare for release of 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Dec 5, 2024
1 parent 5e6c5ef commit 45b5ff2
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 @@ -11,7 +11,7 @@ compileJava {
}

// SkBee version
version = '3.6.4'
version = '3.6.5'
def latestJava = 21
def oldestJava = 17

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public Particle.Trail[] executeSimple(Object[][] params) {
"Requires Minecraft 1.21.4+")
.examples("set {_trail} to trail(location of target block, blue, 1 second)",
"make 10 of trail using {_trail} at location of player")
.since("INSERT VERSION");
.since("3.6.5");
}
}

Expand Down

0 comments on commit 45b5ff2

Please sign in to comment.