diff --git a/README.md b/README.md index 4a7f7b6..55f1ed5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Resources generation in Kotlin Multiplatform. buildscript { dependencies { - classpath("io.github.skeptick.libres:gradle-plugin:1.1.4") + classpath("io.github.skeptick.libres:gradle-plugin:1.1.5") } } ``` @@ -170,7 +170,7 @@ Image size in Figma is **240x89**. Final image name is **pic_(orig)_(240).png** kotlin { commonMain { dependencies { - implementation("io.github.skeptick.libres:libres-compose:1.1.4") + implementation("io.github.skeptick.libres:libres-compose:1.1.5") } } } diff --git a/gradle.properties b/gradle.properties index b94963b..98297fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.jetbrains.compose.experimental.macos.enabled=true android.disableAutomaticComponentCreation=true GROUP=io.github.skeptick.libres -VERSION_NAME=1.1.4 +VERSION_NAME=1.1.5 SONATYPE_HOST=S01