From b2f0809ba2ea0f35c0956eb66bce300ed4cfc2ba Mon Sep 17 00:00:00 2001 From: Marcin Mielnicki Date: Tue, 17 Oct 2023 20:50:41 +0200 Subject: [PATCH] Document release 0.6.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34a0585..f8ab0b7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```kotlin plugins { - id("io.github.platan.tests-execution-chart") version "0.5.0" + id("io.github.platan.tests-execution-chart") version "0.6.0" } ``` @@ -22,7 +22,7 @@ plugins { ```gradle plugins { - id "io.github.platan.tests-execution-chart" version "0.5.0" + id "io.github.platan.tests-execution-chart" version "0.6.0" } ```