Skip to content

Commit 0ddb0e5

Browse files
committed
new version 0.4.0
1 parent 893a476 commit 0ddb0e5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

library/build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ plugins {
88
id("maven-publish")
99
}
1010

11+
group = "com.llamatik.library"
12+
version = "0.4.0"
13+
1114
kotlin {
1215
androidTarget()
1316
jvm()
@@ -17,7 +20,7 @@ kotlin {
1720

1821
targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget> {
1922
binaries.framework {
20-
baseName = "library"
23+
baseName = "llamatik"
2124
isStatic = true
2225
linkerOpts("-Wl,-no_implicit_dylibs")
2326
}
@@ -166,7 +169,7 @@ publishing {
166169
from(components["kotlin"])
167170
groupId = "com.llamatik.library"
168171
artifactId = "llamatik"
169-
version = "0.2.0"
172+
version = "0.4.0"
170173
}
171174
}
172175

0 commit comments

Comments
 (0)