Skip to content

Commit 1700f7d

Browse files
committed
Release 0.0.19
1 parent 52e0f31 commit 1700f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ java {
3131
publishing {
3232
publications {
3333
maven(MavenPublication) {
34-
groupId = 'io.github.fern-api'
35-
artifactId = 'seam'
36-
version = '0.0.16'
34+
groupId = 'io.github.seamapi'
35+
artifactId = 'java'
36+
version = '0.0.19'
3737
from components.java
3838
}
3939
}

0 commit comments

Comments
 (0)