Skip to content

Commit a8b5810

Browse files
committed
v0.9.9.0 build 8
1 parent e53ea17 commit a8b5810

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
1111

1212
buildscript {
1313

14-
ext.kotlinVersion = '1.2.51'
14+
ext.kotlinVersion = '1.2.60'
1515

1616
repositories {
1717
jcenter() // shadow
@@ -30,7 +30,7 @@ dependencies {
3030

3131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
3232

33-
implementation 'com.github.kotlin-graphics:kotlin-unsigned:a455438'
33+
implementation 'com.github.kotlin-graphics:kotlin-unsigned:6942748'
3434

3535
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
3636

src/main/kotlin/glm_/glm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ val GLM_VERSION_MAJOR = 0
146146
val GLM_VERSION_MINOR = 9
147147
val GLM_VERSION_PATCH = 9
148148
val GLM_VERSION_REVISION = 0
149-
val GLM_VERSION_BUILD = 7
149+
val GLM_VERSION_BUILD = 8
150150
val GLM_VERSION = GLM_VERSION_MAJOR * 1_000 + GLM_VERSION_MINOR * 100 + GLM_VERSION_PATCH * 10 + GLM_VERSION_REVISION + GLM_VERSION_BUILD / 10f

0 commit comments

Comments
 (0)