Skip to content

Commit 5f4b4ac

Browse files
authored
Merge pull request #14 from yml-org/fix/update-version
Update library version to 1.0.0
2 parents 058ca22 + eade1c3 commit 5f4b4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-gpt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ publishing {
125125
register<MavenPublication>("release") {
126126
groupId = "co.yml"
127127
artifactId = "ychatgpt"
128-
version = "0.0.1"
128+
version = "1.0.0"
129129
afterEvaluate {
130130
from(components["release"])
131131
}

0 commit comments

Comments
 (0)