Skip to content

Commit

Permalink
v0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmax committed Jan 5, 2025
1 parent 1573036 commit 967a41a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kool - An OpenGL / WebGPU graphics engine written in Kotlin
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/kool-engine/kool/blob/master/LICENSE)
[![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)
[![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)
![Build](https://github.com/kool-engine/kool/workflows/Build/badge.svg)

A multi-platform OpenGL / WebGPU / ~~Vulkan~~ game engine that works on Desktop Java, Android and browsers.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "de.fabmax.kool"
version = "0.16.0-SNAPSHOT"
version = "0.16.0"

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ abstract class KoolContext {

companion object {
// automatically updated by gradle script on build
const val KOOL_VERSION = "0.16.0-SNAPSHOT"
const val KOOL_VERSION = "0.16.0"
}
}

0 comments on commit 967a41a

Please sign in to comment.