Skip to content

Commit

Permalink
Merge pull request #68 from SpineEventEngine/update-readme
Browse files Browse the repository at this point in the history
Update plugin version in README
  • Loading branch information
dmitrykuzmin authored Sep 10, 2020
2 parents 58bc4cd + a25fe7d commit 00a4531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down

0 comments on commit 00a4531

Please sign in to comment.