Skip to content

Commit 49ad59e

Browse files
committed
Release 3.1.0
1 parent 706bd18 commit 49ad59e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configurations.all {
6262
}
6363

6464
group = "com.intellectualsites.fastasyncvoxelsniper"
65-
version = "3.0.1-SNAPSHOT"
65+
version = "3.1.0"
6666

6767
bukkit {
6868
name = "FastAsyncVoxelSniper"

src/main/java/com/thevoxelbox/voxelsniper/sniper/Sniper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public Player getPlayer() {
8989
* Set the player.
9090
*
9191
* @param player the player
92-
* @since TODO
92+
* @since 3.1.0
9393
*/
9494
public void setPlayer(Player player) {
9595
this.player = player;

0 commit comments

Comments
 (0)