Skip to content

Commit fde20ad

Browse files
committed
Up mokoResources version to 0.10.1
1 parent 85ca1d8 commit fde20ad

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
4444
- 0.9.1
4545
- kotlin 1.3.72
4646
- 0.10.0
47+
- 0.10.1
4748

4849
## Installation
4950
root build.gradle
@@ -54,7 +55,7 @@ buildscript {
5455
}
5556
5657
dependencies {
57-
classpath "dev.icerock.moko:resources-generator:0.10.0"
58+
classpath "dev.icerock.moko:resources-generator:0.10.1"
5859
}
5960
}
6061
@@ -71,7 +72,7 @@ project build.gradle
7172
apply plugin: "dev.icerock.mobile.multiplatform-resources"
7273
7374
dependencies {
74-
commonMainApi("dev.icerock.moko:resources:0.10.0")
75+
commonMainApi("dev.icerock.moko:resources:0.10.1")
7576
}
7677
7778
multiplatformResources {

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Versions {
1212
const val kotlin = "1.3.72"
1313
const val detekt = "1.7.4"
1414

15-
private const val mokoResources = "0.10.0"
15+
private const val mokoResources = "0.10.1"
1616

1717
object Plugins {
1818
const val android = "3.6.2"

0 commit comments

Comments
 (0)