Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Skeptick committed Feb 15, 2023
1 parent 12d976a commit 581be8e
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.4")
classpath("io.github.skeptick.libres:gradle-plugin:1.1.5")
}
}
```
Expand Down Expand Up @@ -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")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 581be8e

Please sign in to comment.