Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteckman committed Nov 10, 2024
1 parent f291da4 commit ebe8470
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.0]

### Added

Expand Down
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-1.9.22-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.6.3/)
[![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.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.6.4")
implementation("io.github.koalaplot:koalaplot-core:0.7.0")
}
```

Expand Down Expand Up @@ -106,8 +106,8 @@ BulletGraphs {

# Documentation

- [Latest build](https://koalaplot.github.io/koalaplot-core/api/0.6.4)
- [Release 0.6.4](https://koalaplot.github.io/koalaplot-core/api/0.6.4)
- [Latest build](https://koalaplot.github.io/koalaplot-core/api/0.7.0)
- [Release 0.7.0](https://koalaplot.github.io/koalaplot-core/api/0.7.0)

Also see the [sample repository](https://github.com/KoalaPlot/koalaplot-samples) for code examples.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
}

group = "io.github.koalaplot"
version = "0.7.0-dev1"
version = "0.7.0"

kotlin {
explicitApi()
Expand Down

0 comments on commit ebe8470

Please sign in to comment.