Skip to content

Commit 74cf790

Browse files
authored
Version 2.7.1 preparations (#280)
1 parent 0c2c589 commit 74cf790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean.
3030
Apply the plugin to a module, which dependencies graph you want to assert.
3131
```groovy
3232
plugins {
33-
id "com.jraska.module.graph.assertion" version "2.7.0"
33+
id "com.jraska.module.graph.assertion" version "2.7.1"
3434
}
3535
```
3636

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gradlePlugin {
4040
plugins {
4141
modulesGraphAssert {
4242
id = 'com.jraska.module.graph.assertion'
43-
version = '2.7.0'
43+
version = '2.7.1'
4444
displayName = 'Modules Graph Assert'
4545
description = 'Gradle plugin to keep your modules graph healthy and lean.'
4646
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'

0 commit comments

Comments
 (0)