Skip to content

Commit

Permalink
Up version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetraquark committed May 14, 2021
1 parent 1694dc8 commit 6bf6f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ This is a Kotlin MultiPlatform library that provide network components for iOS &
- 0.14.1
- 0.14.2
- 0.15.0
- 0.15.1

## Installation
root build.gradle
Expand All @@ -69,7 +70,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko:network-generator:0.15.0"
classpath "dev.icerock.moko:network-generator:0.15.1"
}
}
Expand All @@ -86,7 +87,7 @@ project build.gradle
apply plugin: "dev.icerock.mobile.multiplatform-network-generator"
dependencies {
commonMainApi("dev.icerock.moko:network:0.15.0")
commonMainApi("dev.icerock.moko:network:0.15.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion network-deps/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Deps {
private const val mokoMvvmVersion = "0.9.2"
private const val mokoErrorsVersion = "0.3.2"
private const val mokoTestVersion = "0.2.1"
const val mokoNetworkVersion = "0.15.0"
const val mokoNetworkVersion = "0.15.1"

private const val kbignumVersion = "2.0.6"

Expand Down

0 comments on commit 6bf6f72

Please sign in to comment.