diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt index 9a5066bd..1713104f 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/EcoEnchantsPlugin.kt @@ -33,6 +33,7 @@ class EcoEnchantsPlugin : LibReforgePlugin() { init { instance = this + EcoEnchants.update(this) } override fun handleEnableAdditional() { diff --git a/gradle.properties b/gradle.properties index 11ba395b..fd137880 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater #Mon Aug 29 16:15:50 BST 2022 -version=9.0.0 +version=9.0.0-b0 plugin-name=EcoEnchants