Update readme.md

This commit is contained in:
2021-10-15 15:08:08 +02:00
committed by GitHub
parent 7e86441d84
commit 9217476ae7

View File

@@ -17,7 +17,7 @@ Include in build.gradle.kts:
val commonMain by getting { val commonMain by getting {
dependencies { dependencies {
api("nl.astraeus:kotlin-css-generator:1.0.1") api("nl.astraeus:kotlin-css-generator:1.0.2")
} }
} }
``` ```