Skip to content

Commit 271c9a5

Browse files
authored
Version 2.7.3 preparations (#293)
1 parent 6cdffbd commit 271c9a5

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.2"
33+
id "com.jraska.module.graph.assertion" version "2.7.3"
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.2'
43+
version = '2.7.3'
4444
displayName = POM_NAME
4545
description = POM_DESCRIPTION
4646
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'

0 commit comments

Comments
 (0)