Skip to content

Commit df43032

Browse files
committed
release: 0.0.7
1 parent 3878389 commit df43032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ https://plugins.gradle.org/plugin/dev.heowc.heo
4848

4949
```groovy
5050
plugins {
51-
id "dev.heowc.Heo" version "{LATEST_VERSION}"
51+
id "dev.heowc.heo" version "{LATEST_VERSION}"
5252
}
5353
5454
heo {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
subprojects {
77
group = 'dev.heowc.heo'
8-
version = '0.0.7-SNAPSHOT'
8+
version = '0.0.7'
99

1010
java {
1111
sourceCompatibility = '17'

0 commit comments

Comments
 (0)