Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Update QueueSkip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Dec 30, 2018
1 parent 01ce20d commit 544e1dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: "QueueSkip"
description: "The QueueSkip implementation for RE:Minecraft"
authors:
- "Sasha"
version: "3.0"
version: "3.1"
mainClass: "com.sasha.queueskip.Main"
3 changes: 2 additions & 1 deletion src/main/java/com/sasha/queueskip/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class Main extends RePlugin implements SimpleListener {

public static Main INSTANCE;
public static final String VERSION = "3.0";
public static final String VERSION = "3.1";

public static JDA Jda;

Expand All @@ -36,6 +36,7 @@ public class Main extends RePlugin implements SimpleListener {
@Override
public void onPluginInit() {
INSTANCE = this;
logger.log("RE:Minecraft implementing QueueSkip " + VERSION + "...");
}

@Override
Expand Down

0 comments on commit 544e1dd

Please sign in to comment.