Skip to content

Commit da5f5c4

Browse files
committed
0.9.9.1-9
1 parent 2b82d79 commit da5f5c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
api("kotlin.graphics:unsigned:3.3.32")
22-
api("kotlin.graphics:kool:0.9.76")
22+
api("kotlin.graphics:kool:0.9.77")
2323
lwjgl { implementation(glfw, jemalloc, openal, opengl, stb) }
2424

2525
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pluginManagement {
1010

1111
gradle.rootProject {
1212
group = "kotlin.graphics"
13-
version = "0.9.9.1-8"
13+
version = "0.9.9.1-9"
1414
}

src/main/kotlin/glm_/glm.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ val GLM_VERSION_MAJOR = 0
164164
val GLM_VERSION_MINOR = 9
165165
val GLM_VERSION_PATCH = 9
166166
val GLM_VERSION_REVISION = 1
167-
val GLM_VERSION_BUILD = 8
167+
val GLM_VERSION_BUILD = 9
168168
val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION
169169

170170
/*

0 commit comments

Comments
 (0)