Skip to content

Commit 6bc8ed8

Browse files
committed
v0.16.0 release
1 parent 803e5c5 commit 6bc8ed8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
A multi-platform OpenGL / WebGPU / ~~Vulkan~~ game engine that works on Desktop Java, Android and browsers.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "de.fabmax.kool"
11-
version = "0.16.0-SNAPSHOT"
11+
version = "0.16.0"
1212

1313
repositories {
1414
mavenLocal()

kool-core/src/commonMain/kotlin/de/fabmax/kool/KoolContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)