Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Mar 19, 2020
1 parent 5bbf938 commit 5365036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a Kotlin MultiPlatform library that provides declarative UI and applicat
in common code. You can implement full application for Android and iOS only from common code with it.

## Current status
Current version - `0.1.0-dev-17`. Dev version is not tested in production tasks yet, API can be changed and
Current version - `0.1.0-dev-18`. Dev version is not tested in production tasks yet, API can be changed and
bugs may be found. But dev version is chance to test limits of API and concepts to feedback and improve lib.
We open for any feedback and ideas (go to issues or #moko at [kotlinlang.slack.com](https://kotlinlang.slack.com))!

Expand Down Expand Up @@ -225,6 +225,7 @@ val loginScreen = Theme(baseTheme) {
- kotlin 1.3.70
- 0.1.0-dev-16
- 0.1.0-dev-17
- 0.1.0-dev-18

## Installation
root build.gradle
Expand All @@ -239,7 +240,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-17")
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-18")
}
```

Expand All @@ -252,7 +253,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-17"
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-18"
}
}
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 @@ -10,7 +10,7 @@ object Versions {
}

const val kotlin = "1.3.70"
private const val mokoWidgets = "0.1.0-dev-17"
private const val mokoWidgets = "0.1.0-dev-18"
private const val mokoResources = "0.9.0"

object Plugins {
Expand Down

0 comments on commit 5365036

Please sign in to comment.