diff --git a/build.gradle.kts b/build.gradle.kts index 5e68137..d4c0622 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,4 +3,4 @@ plugins { } group = "ai.neuon.utility" -version = "0.1.0" \ No newline at end of file +version = "0.1.1" \ No newline at end of file diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 546da70..836396f 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -33,7 +33,7 @@ publishing { publications { create("maven") { groupId = rootProject.group.toString() - artifactId = "bson-core" + artifactId = "bson" version = rootProject.version.toString() from(components["java"]) artifact(javadocJar)