Skip to content

Commit

Permalink
Prepare version 2.1.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Dec 15, 2021
1 parent c2c9047 commit 38ebbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0"
id "com.jraska.module.graph.assertion" version "2.1.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ pluginBundle {
mavenCoordinates {
groupId = 'com.jraska.module.graph.assertion'
artifactId = 'plugin'
version = "2.0.0"
version = "2.1.0"
}
}

gradlePlugin {
plugins {
modulesGraphAssert {
id = 'com.jraska.module.graph.assertion'
version = '2.0.0'
version = '2.1.0'
displayName = 'Modules Graph Assert'
description = 'Gradle plugin to keep your modules graph healthy and lean.'
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
Expand Down

0 comments on commit 38ebbb8

Please sign in to comment.