Skip to content

Commit

Permalink
Changed Version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xSehrMotiviert committed Apr 29, 2022
1 parent 33ab9d8 commit 565f43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>eu.prellberg.nick</groupId>
<artifactId>velocityplus</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.nio.file.Path;
import java.nio.file.StandardOpenOption;

@Plugin(id = "velocityplus", name = "VelocityPlus", version = "1.1.1", authors = {"Nick Prellberg"}, url = "https://github.com/xsehrmotiviert/velocityplus")
@Plugin(id = "velocityplus", name = "VelocityPlus", version = "1.1.2", authors = {"Nick Prellberg"}, url = "https://github.com/xsehrmotiviert/velocityplus")
public class VelocityPlus {

private final ProxyServer server;
Expand Down Expand Up @@ -66,7 +66,7 @@ public void onProxyInitialize(ProxyInitializeEvent event) {
/$$ | $$ \s
| $$$$$$/ \s
\\______/ \s
Version: 1.1.1""");
Version: 1.1.2""");

new SendCommand(server, this, logger);
new KickallCommand(server, this, logger);
Expand Down

0 comments on commit 565f43a

Please sign in to comment.