diff --git a/build.gradle b/build.gradle index 5a59a88..7eb33ec 100644 --- a/build.gradle +++ b/build.gradle @@ -130,4 +130,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 36eb6b8..1bf41e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ -version = 8.29.1 -plugin-name = EcoBosses \ No newline at end of file +#libreforge-updater +#Sun May 15 13:33:49 BST 2022 +version=8.29.1 +plugin-name=EcoBosses