diff --git a/README.md b/README.md index c7ae996..94ab062 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean. Apply the plugin to a module, which dependencies graph you want to assert. ```groovy plugins { - id "com.jraska.module.graph.assertion" version "2.4.1" + id "com.jraska.module.graph.assertion" version "2.5.0" } ``` diff --git a/plugin/build.gradle b/plugin/build.gradle index fde490b..67d56eb 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -36,7 +36,7 @@ gradlePlugin { plugins { modulesGraphAssert { id = 'com.jraska.module.graph.assertion' - version = '2.4.1' + version = '2.5.0' displayName = 'Modules Graph Assert' description = 'Gradle plugin to keep your modules graph healthy and lean.' implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'