0

Updated dependencies.

This commit is contained in:
Logan Fick
2019-02-08 19:04:08 -05:00
parent 7ca3bc7379
commit 30e33a4e58
6 changed files with 18 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ import java.util.List;
*
* @author Pepich
*/
@Version (major = 5, minor = 2, revision = 0, compatible = 5)
@Version (major = 5, minor = 2, revision = 1, compatible = 5)
public final class ModuleLoader implements CoreModule {
private static final HashMap<Module, Boolean> modules = new HashMap<>();
private static ModuleLoader instance;

View File

@@ -1,5 +1,5 @@
name: ModuleLoader
version: 4.0.0
version: 5.2.1
authors: [pepich1851]
main: com.redstoner.misc.Main
softdepend: [Vault]