Skip to content

Commit

Permalink
release: 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed Nov 17, 2024
1 parent 3878389 commit df43032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ https://plugins.gradle.org/plugin/dev.heowc.heo

```groovy
plugins {
id "dev.heowc.Heo" version "{LATEST_VERSION}"
id "dev.heowc.heo" version "{LATEST_VERSION}"
}
heo {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

subprojects {
group = 'dev.heowc.heo'
version = '0.0.7-SNAPSHOT'
version = '0.0.7'

java {
sourceCompatibility = '17'
Expand Down

0 comments on commit df43032

Please sign in to comment.