Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 641dd04

Browse files
committed
build: update group and version
1 parent f8c70c1 commit 641dd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ java {
3838
publishing {
3939
publications {
4040
create<MavenPublication>("maven") {
41-
groupId = "io.appoutlet"
41+
groupId = "io.github.app-outlet"
4242
artifactId = "karavel"
43-
version = "1.0"
43+
version = "1.0.1"
4444

4545
from(components["java"])
4646
}

0 commit comments

Comments
 (0)