Skip to content

Commit 9092874

Browse files
committed
Fix version stuff
1 parent 53bfefa commit 9092874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unitytranslate_version = 0.2.2
1+
unitytranslate_version = 0.2.3
22

33
# This isn't actually used in the download process, however it's used for the sake of caching the downloaded files.
44
# https://github.com/OpenNMT/CTranslate2/blob/master/python/ctranslate2/version.py

native/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ publishing {
251251

252252
publications {
253253
register("maven", MavenPublication::class) {
254-
groupId = "xyz.bluspring.unitytranslatelib"
254+
groupId = "xyz.bluspring.unitytranslate"
255255
artifactId = "UnityTranslateLib-natives-${target.systemName}-${target.architecture}"
256256
version = "${rootProject.property("unitytranslate_version")}"
257257
from(components.getByName("java"))

0 commit comments

Comments
 (0)