Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Jun 20, 2024
1 parent 1caa8e7 commit 85c16af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko:resources-generator:0.24.0"
classpath "dev.icerock.moko:resources-generator:0.24.1"
}
}
Expand All @@ -82,10 +82,10 @@ project build.gradle
apply plugin: "dev.icerock.mobile.multiplatform-resources"
dependencies {
commonMainApi("dev.icerock.moko:resources:0.24.0")
commonMainApi("dev.icerock.moko:resources-compose:0.24.0") // for compose multiplatform
commonMainApi("dev.icerock.moko:resources:0.24.1")
commonMainApi("dev.icerock.moko:resources-compose:0.24.1") // for compose multiplatform
commonTestImplementation("dev.icerock.moko:resources-test:0.24.0")
commonTestImplementation("dev.icerock.moko:resources-test:0.24.1")
}
multiplatformResources {
Expand Down Expand Up @@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui

```
framework {
export("dev.icerock.moko:resources:0.24.0")
export("dev.icerock.moko:resources:0.24.1")
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/moko.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
resourcesVersion = "0.24.0"
resourcesVersion = "0.24.1"

[libraries]
resources = { module = "dev.icerock.moko:resources", version.ref = "resourcesVersion" }
Expand Down

0 comments on commit 85c16af

Please sign in to comment.