Skip to content

Commit

Permalink
Version 2.7.3 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska committed Jan 15, 2025
1 parent 6cdffbd commit 86253fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.2"
id "com.jraska.module.graph.assertion" version "2.7.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gradlePlugin {
plugins {
modulesGraphAssert {
id = 'com.jraska.module.graph.assertion'
version = '2.7.2'
version = '2.7.3'
displayName = POM_NAME
description = POM_DESCRIPTION
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
Expand Down

0 comments on commit 86253fe

Please sign in to comment.