Skip to content

Commit 37d38df

Browse files
committed
v0.9.0
1 parent 8fc5102 commit 37d38df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ plugins {
1111
}
1212

1313
group = "com.github.kotlin.graphics"
14+
version = "0.9.0"
1415

1516
repositories {
1617
maven("https://repo.repsy.io/mvn/elect/kx")
@@ -20,6 +21,7 @@ dependencies {
2021
lwjglImplementation(jemalloc)
2122
}
2223

24+
2325
publishing {
2426
publications.create<MavenPublication>("mavenJava") {
2527
from(components["java"])

src/main/kotlin/kool/Stack.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,6 @@ object Stack {
801801
inline fun <R> utf8Buffer(chars: CharSequence, block: (ByteBuffer) -> R): R =
802802
with { block(it.UTF8(chars, true)) }
803803

804-
val VERSION = "0.9.0"
805-
806804
inline operator fun <R> invoke(block: (MemoryStack) -> R): R = with(block)
807805
}
808806

0 commit comments

Comments
 (0)