diff --git a/build.gradle.kts b/build.gradle.kts index a751df8..e16d4d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ plugins { } group = "org.ec4j.gradle" -version = "0.0.4-SNAPSHOT" +version = "0.1.0" description = "A Gradle plugin for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations"