We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706bd18 commit 49ad59eCopy full SHA for 49ad59e
build.gradle.kts
@@ -62,7 +62,7 @@ configurations.all {
62
}
63
64
group = "com.intellectualsites.fastasyncvoxelsniper"
65
-version = "3.0.1-SNAPSHOT"
+version = "3.1.0"
66
67
bukkit {
68
name = "FastAsyncVoxelSniper"
src/main/java/com/thevoxelbox/voxelsniper/sniper/Sniper.java
@@ -89,7 +89,7 @@ public Player getPlayer() {
89
* Set the player.
90
*
91
* @param player the player
92
- * @since TODO
+ * @since 3.1.0
93
*/
94
public void setPlayer(Player player) {
95
this.player = player;
0 commit comments