Skip to content

Commit

Permalink
🚀 라이브러리 버전 1 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunolike committed Aug 6, 2024
1 parent 766b92e commit 27a68be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.jsoncsvbridge"
version = "0.0.6"
version = "1.0.0"

java {
toolchain {
Expand Down Expand Up @@ -66,7 +66,7 @@ publishing {
create<MavenPublication>("mavenJava") {
groupId = "com.jsoncsvbridge"
artifactId = "json-csv-bridge"
version = "0.0.6"
version = "1.0.0"

from(components["java"])
artifact(tasks["sourcesJar"])
Expand Down

0 comments on commit 27a68be

Please sign in to comment.