Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Oct 30, 2019
1 parent 4207104 commit 3e00d92
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 @@ -31,6 +31,7 @@ This is a Kotlin Multiplatform library that provides architecture components of
- 0.1.0
- 0.2.0
- 0.3.0
- 0.3.1

## Installation
root build.gradle
Expand All @@ -45,7 +46,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:mvvm:0.3.0")
commonMainApi("dev.icerock.moko:mvvm:0.3.1")
}
```

Expand All @@ -56,7 +57,7 @@ enableFeaturePreview("GRADLE_METADATA")

On iOS, in addition to the Kotlin library add in Podfile
```ruby
pod 'MultiPlatformLibraryMvvm', :git => 'https://github.com/icerockdev/moko-mvvm.git', :tag => 'release/0.3.0'
pod 'MultiPlatformLibraryMvvm', :git => 'https://github.com/icerockdev/moko-mvvm.git', :tag => 'release/0.3.1'
```
**`MultiPlatformLibraryMvvm` CocoaPod requires that the framework compiled from Kotlin be named
`MultiPlatformLibrary` and be connected as a CocoaPod `MultiPlatformLibrary`.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Versions {
const val coroutines = "1.3.0"
const val mokoCore: String = "0.1.0"
const val mokoResources: String = "0.3.0"
const val mokoMvvm: String = "0.3.0"
const val mokoMvvm: String = "0.3.1"
}
}
}

0 comments on commit 3e00d92

Please sign in to comment.