get to version 0.4.5
This commit is contained in:
parent
cd5471c5b0
commit
60181f9fed
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'gq.unurled'
|
group = 'gq.unurled'
|
||||||
version = '0.4.4'
|
version = '0.4.5'
|
||||||
description = 'Raxen'
|
description = 'Raxen'
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ public final class Raxen extends JavaPlugin {
|
||||||
|
|
||||||
private static final String prefix = ChatColor.AQUA + "Rx" + ChatColor.LIGHT_PURPLE + "> ";
|
private static final String prefix = ChatColor.AQUA + "Rx" + ChatColor.LIGHT_PURPLE + "> ";
|
||||||
@Getter
|
@Getter
|
||||||
private static String version = "0.4.4";
|
private static String version = "0.4.5";
|
||||||
private final PluginManager pm = getServer().getPluginManager();
|
private final PluginManager pm = getServer().getPluginManager();
|
||||||
|
|
||||||
private static Raxen plugin;
|
private static Raxen plugin;
|
||||||
|
|
Loading…
Reference in a new issue