Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 1687140

Browse files
author
Gregory Lureau
committed
Release v0.6.1
1 parent 0fbd478 commit 1687140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ kotlin {
143143
// KMP configuration
144144
}
145145
dependencies {
146-
add("kspJs", "deezer.kustomexport:compiler:0.6.0")
146+
add("kspJs", "deezer.kustomexport:compiler:0.6.1")
147147
}
148148
```
149149

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424

2525
allprojects {
2626
group = "deezer.kustomexport"
27-
version = "0.6.0"
27+
version = "0.6.1"
2828

2929
repositories {
3030
mavenLocal()

0 commit comments

Comments
 (0)