Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteckman committed Jan 11, 2025
1 parent 900cdc8 commit b113d0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")
}
```

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit b113d0a

Please sign in to comment.