Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 29, 2023
1 parent e9140c7 commit e3325e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SpawnerMeta
main: mc.rellox.spawnermeta.SpawnerMeta
softdepend: [Vault, WildStacker, WildTools, ShopGUIPlus, SuperiorSkyblock2]
api-version: 1.14
version: 22.1
version: 22.2
author: Rellox
commands:
spawnermeta:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>mc.rellox</groupId>
<artifactId>SpawnerMeta</artifactId>
<version>22.1</version>
<version>22.2</version>
<packaging>jar</packaging>

<name>SpawnerMeta</name>
Expand Down
4 changes: 2 additions & 2 deletions src/mc/rellox/spawnermeta/SpawnerMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public final class SpawnerMeta extends JavaPlugin {

public static final double PLUGIN_VERSION = 22.1;
public static final double PLUGIN_VERSION = 22.2;

private static SpawnerMeta plugin;

Expand All @@ -52,8 +52,8 @@ public void onEnable() {
double v = Double.parseDouble(s);
if(v > PLUGIN_VERSION) Text.logOutdated(v);
});
HookRegistry.load();
Configuration.initialize();
HookRegistry.load();
CommandManager.initialize();
DataManager.initialize();
ShopRegistry.initialize();
Expand Down

0 comments on commit e3325e1

Please sign in to comment.