File tree Expand file tree Collapse file tree
kool-core/src/commonMain/kotlin/de/fabmax/kool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# kool - An OpenGL / WebGPU graphics engine written in Kotlin
22[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/kool-engine/kool/blob/master/LICENSE )
3- [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/de.fabmax.kool/kool-core/badge .svg )] ( https://central.sonatype.com/artifact/de .fabmax.kool/kool -core )
3+ [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ de.fabmax.kool/kool-core.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22de .fabmax.kool%22%20AND%20a:%22kool -core%22 )
44![ Build] ( https://github.com/kool-engine/kool/workflows/Build/badge.svg )
55
66A multi-platform OpenGL / WebGPU / ~~ Vulkan~~ game engine that works on Desktop Java, Android and browsers.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99allprojects {
1010 group = " de.fabmax.kool"
11- version = " 0.16.0-SNAPSHOT "
11+ version = " 0.16.0"
1212
1313 repositories {
1414 mavenLocal()
Original file line number Diff line number Diff line change @@ -140,6 +140,6 @@ abstract class KoolContext {
140140
141141 companion object {
142142 // automatically updated by gradle script on build
143- const val KOOL_VERSION = " 0.16.0-SNAPSHOT "
143+ const val KOOL_VERSION = " 0.16.0"
144144 }
145145}
You can’t perform that action at this time.
0 commit comments