Skip to content

Commit

Permalink
Fixed an error in the plugin description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontrider committed Dec 21, 2022
1 parent 063196c commit bab18d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "io.github.frontrider.godle"
version = "0.8.11"
version = "0.8.12"

repositories {
mavenCentral()
Expand Down Expand Up @@ -110,7 +110,7 @@ gradlePlugin {
id = group.toString()
displayName = "Godle"
implementationClass = "io.github.frontrider.godle.Godle"
description = "Plugin to manage small tasks around plugins, like addons and the godot binary itself."
description = "Plugin to manage small tasks around godot, like addons and the godot binary itself."
}
}
testSourceSets(functionalTest)
Expand Down

0 comments on commit bab18d2

Please sign in to comment.