Skip to content

Commit 78d817b

Browse files
authored
Prepare version 1.5.1 (#107)
1 parent afdfca6 commit 78d817b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ pluginBundle {
3535
mavenCoordinates {
3636
groupId = 'com.jraska.module.graph.assertion'
3737
artifactId = 'plugin'
38-
version = "1.6.0"
38+
version = "1.5.1"
3939
}
4040
}
4141

4242
gradlePlugin {
4343
plugins {
4444
modulesGraphAssert {
4545
id = 'com.jraska.module.graph.assertion'
46-
version = '1.6.0'
46+
version = '1.5.1'
4747
displayName = 'Modules Graph Assert'
4848
description = 'Gradle plugin to keep your modules graph healthy and lean.'
4949
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'

0 commit comments

Comments
 (0)