Skip to content

Commit

Permalink
Bump version 3.0.1 (based on JRaska 2.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrakal committed Jul 26, 2024
1 parent 924aab5 commit 1f389c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gradlePlugin {
plugins {
create("modulesGraphAssert") {
id = "cz.mtrakal.module.graph.assertion"
version = "3.0.0"
version = "3.0.1"
displayName = "Modules Graph Assert Mermaid"
description = "Gradle plugin to keep your modules graph healthy and lean with Mermaid output."
implementationClass = "com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin"
Expand Down

0 comments on commit 1f389c8

Please sign in to comment.