diff --git a/README.md b/README.md index 298f83d2..2929e48d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Maven Central](https://img.shields.io/maven-central/v/io.github.koalaplot/koalaplot-core?color=278ec7)](https://central.sonatype.com/artifact/io.github.koalaplot/koalaplot-core) -[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-278ec7.svg?logo=kotlin)](http://kotlinlang.org) -[![Dokka docs](https://img.shields.io/badge/docs-dokka-278ec7)](https://koalaplot.github.io/koalaplot-core/api/0.7.1/) +[![Kotlin](https://img.shields.io/badge/kotlin-2.1.0-278ec7.svg?logo=kotlin)](http://kotlinlang.org) +[![Dokka docs](https://img.shields.io/badge/docs-dokka-278ec7)](https://koalaplot.github.io/koalaplot-core/api/0.8.0/) [![License MIT](https://img.shields.io/badge/license-MIT-278ec7.svg)](https://github.com/KoalaPlot/koalaplot-core/tree/main/LICENSE.txt) # Koala Plot @@ -75,7 +75,7 @@ repositories { ```kotlin dependencies { - implementation("io.github.koalaplot:koalaplot-core:0.7.1") + implementation("io.github.koalaplot:koalaplot-core:0.8.0") } ``` @@ -106,8 +106,8 @@ BulletGraphs { # Documentation -- [Latest build](https://koalaplot.github.io/koalaplot-core/api/0.7.1) -- [Release 0.7.1](https://koalaplot.github.io/koalaplot-core/api/0.7.1) +- [Latest build](https://koalaplot.github.io/koalaplot-core/api/0.8.0) +- [Release 0.8.0](https://koalaplot.github.io/koalaplot-core/api/0.8.0) Also see the [sample repository](https://github.com/KoalaPlot/koalaplot-samples) for code examples.