From 1687140f2fdbb435d08817a75674a90e3f5971d8 Mon Sep 17 00:00:00 2001 From: Gregory Lureau Date: Mon, 6 Jun 2022 17:17:30 +0200 Subject: [PATCH] Release v0.6.1 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a09c14b..7fe5af8 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ kotlin { // KMP configuration } dependencies { - add("kspJs", "deezer.kustomexport:compiler:0.6.0") + add("kspJs", "deezer.kustomexport:compiler:0.6.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 2ea442b..0987741 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ plugins { allprojects { group = "deezer.kustomexport" - version = "0.6.0" + version = "0.6.1" repositories { mavenLocal()