diff --git a/README.md b/README.md index bcc42a69..25be3f45 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Gradle plugin for bootstrapping projects built with Spine. In order to apply the plugin to a Gradle project, in `build.gralde` add the following config: ```gradle plugins { - id("io.spine.tools.gradle.bootstrap").version("1.5.29") + id("io.spine.tools.gradle.bootstrap").version("1.6.0") } ```