Skip to content

Commit

Permalink
Update plugin version to 0.0.1 in plugin/build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 27, 2024
1 parent 810c2d0 commit 6d7d638
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 @@ -8,7 +8,7 @@ plugins {
id("com.github.breadmoirai.github-release")
}

val pluginVersion = Version(1, 6, 3)
val pluginVersion = Version(0, 0, 1)

group = "com.github.appujet"
version = "$pluginVersion"
Expand Down

0 comments on commit 6d7d638

Please sign in to comment.