Skip to content

Commit 88f8a03

Browse files
authored
Prepare version 1.4.0 (#68)
1 parent c6d3efe commit 88f8a03

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
@@ -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.3.2"
34+
id "com.jraska.module.graph.assertion" version "1.4.0"
3535
}
3636
```
3737

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gradlePlugin {
3434
plugins {
3535
modulesGraphAssert {
3636
id = 'com.jraska.module.graph.assertion'
37-
version = '1.3.2'
37+
version = '1.4.0'
3838
displayName = 'Modules Graph Assert'
3939
description = 'Gradle plugin to keep your modules graph healthy and lean.'
4040
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'

0 commit comments

Comments
 (0)