diff --git a/build.gradle b/build.gradle index 8cbbb2c..7f578aa 100644 --- a/build.gradle +++ b/build.gradle @@ -131,4 +131,4 @@ task buyThePlugins { println 'Buying gives you access to support and the plugin auto-updater, and it allows me to keep developing plugins.' } } -build.finalizedBy buyThePlugins \ No newline at end of file +build.finalizedBy buyThePlugins diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 50f9ee4..2f7415f 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -1,2 +1,2 @@ group 'com.willfp' -version rootProject.version \ No newline at end of file +version rootProject.version diff --git a/gradle.properties b/gradle.properties index a9446cf..12fd005 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ -version = 7.59.1 -plugin-name = EcoArmor \ No newline at end of file +#libreforge-updater +#Sun May 15 13:34:07 BST 2022 +version=7.59.1 +plugin-name=EcoArmor