Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Skeptick committed Mar 25, 2023
1 parent 4b77deb commit b04c81f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Resources generation in Kotlin Multiplatform.

buildscript {
dependencies {
classpath("io.github.skeptick.libres:gradle-plugin:1.1.6")
classpath("io.github.skeptick.libres:gradle-plugin:1.1.7")
}
}
```
Expand Down Expand Up @@ -174,7 +174,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.6")
implementation("io.github.skeptick.libres:libres-compose:1.1.7")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android.disableAutomaticComponentCreation=true
kotlin.mpp.androidSourceSetLayoutVersion=2

GROUP=io.github.skeptick.libres
VERSION_NAME=1.1.6
VERSION_NAME=1.1.7

SONATYPE_HOST=S01

Expand Down

0 comments on commit b04c81f

Please sign in to comment.