Skip to content

Commit

Permalink
fix: 버전 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunolike committed Aug 3, 2024
1 parent ff4f06a commit f8f785f
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 @@ -7,7 +7,7 @@ plugins {
}

group = "com.jsoncsvbridge"
version = "0.0.1-SNAPSHOT"
version = "0.0.4"

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

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

0 comments on commit f8f785f

Please sign in to comment.