Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Lureau committed Jun 6, 2022
1 parent 0fbd478 commit 1687140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ kotlin {
// KMP configuration
}
dependencies {
add("kspJs", "deezer.kustomexport:compiler:0.6.0")
add("kspJs", "deezer.kustomexport:compiler:0.6.1")
}
```

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

allprojects {
group = "deezer.kustomexport"
version = "0.6.0"
version = "0.6.1"

repositories {
mavenLocal()
Expand Down

0 comments on commit 1687140

Please sign in to comment.