Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Sep 27, 2022
1 parent bb10441 commit 1dbf295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id("java-gradle-plugin")
id("com.gradle.plugin-publish") version "1.0.0-rc-1"
id("com.gradle.plugin-publish") version "1.0.0"
}

group = "de.jjohannes.gradle"
version = "0.4"
version = "0.5"

gradlePlugin {
plugins.create(project.name) {
Expand Down

0 comments on commit 1dbf295

Please sign in to comment.