Skip to content

Commit

Permalink
updated to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benfiratkaya committed Nov 11, 2023
1 parent ed223b9 commit cf5cc35
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions velocity/src/main/java/net/leaderos/velocity/Velocity.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@
*/
@Getter
@Setter
@Plugin(id = "leaderos", name = "LeaderOS", version = "1.0",
url = "https://leaderos.net", description = "LeaderOS Plugin for Velocity", authors = {"leaderos"})
@Plugin(
id = "leaderos",
name = "LeaderOS",
version = "1.0.1",
url = "https://leaderos.net",
description = "LeaderOS Plugin for Velocity",
authors = {"leaderos"}
)
public class Velocity {

/**
Expand Down Expand Up @@ -112,7 +118,7 @@ public Velocity(ProxyServer server, Logger logger, @DataDirectory Path dataDirec
public void onProxyInitialize(ProxyInitializeEvent event) {
commandManager = getServer().getCommandManager();
setupFiles();
new UpdateUtil("1.0");
new UpdateUtil("1.0.1");
this.shared = new Shared(getConfigFile().getSettings().getUrl(),
getConfigFile().getSettings().getApiKey());
this.moduleManager = new ModuleManager();
Expand Down

0 comments on commit cf5cc35

Please sign in to comment.