Skip to content

Commit b1bae7b

Browse files
committed
Critical fix for velocity version
1 parent 4a50c19 commit b1bae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velocity/src/main/java/it/renvins/serverpulse/velocity/ServerPulseVelocity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import lombok.Getter;
3939
import org.slf4j.Logger;
4040

41-
@Plugin(id = "serverpulse", name = "ServerPulse", version = "0.3.0-SNAPSHOT",
41+
@Plugin(id = "serverpulse", name = "ServerPulse", version = "0.4.2-SNAPSHOT",
4242
description = "Effortless Minecraft performance monitoring with pre-configured Grafana/InfluxDB via Docker.", authors = {"renvins"})
4343
public class ServerPulseVelocity {
4444

0 commit comments

Comments
 (0)