Skip to content

Commit

Permalink
Document release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Oct 17, 2023
1 parent 224624f commit b2f0809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

```kotlin
plugins {
id("io.github.platan.tests-execution-chart") version "0.5.0"
id("io.github.platan.tests-execution-chart") version "0.6.0"
}
```

`build.gradle`:

```gradle
plugins {
id "io.github.platan.tests-execution-chart" version "0.5.0"
id "io.github.platan.tests-execution-chart" version "0.6.0"
}
```

Expand Down

0 comments on commit b2f0809

Please sign in to comment.