Skip to content

Commit

Permalink
prepare first published version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernmayer committed Nov 12, 2024
1 parent 93f01e1 commit 6ff287f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

group = "io.github.bjoernmayer"

version = "0.0.0"
version = "0.1.0"

gradlePlugin {
website = "https://github.com/bjoernmayer/gradle-project-dependents"
Expand All @@ -42,8 +42,8 @@ gradlePlugin {
implementationClass = "io.github.bjoernmayer.gradleProjectDependents.ProjectDependentsGradlePlugin"

displayName = "Project Dependents"
description = "List dependents of a given project"
tags = listOf("dependencies", "multi-module")
description = "List dependents of your project in multi-projects "
tags = listOf("dependencies", "multi-project")
}
}

Expand Down

0 comments on commit 6ff287f

Please sign in to comment.