Skip to content

Commit

Permalink
Prepare for release of 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Nov 30, 2020
1 parent a34e3eb commit d7924a9
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>tk.shanebee</groupId>
<artifactId>SkBee</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public Player get(AnvilDamagedEvent event) {
.examples("on beacon effect:",
"\tif event-player does not have permission \"my.server.beacons\":",
"\t\tcancel event")
.since("INSERT VERSION");
.since("1.8.4");
EventValues.registerEventValue(BeaconEffectEvent.class, Player.class, new Getter<Player, BeaconEffectEvent>() {
@Override
public Player get(BeaconEffectEvent e) {
Expand Down

0 comments on commit d7924a9

Please sign in to comment.