From 6bde6a5da14f4caf7786fde40cf47fc2fc58048a Mon Sep 17 00:00:00 2001 From: Aleksey Mikhailov Date: Tue, 25 Feb 2020 14:22:49 +0700 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 780952c3..acc001fc 100755 --- a/README.md +++ b/README.md @@ -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-12`. Dev version is not tested in production tasks yet, API can be changed and +Current version - `0.1.0-dev-13`. 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))! @@ -219,6 +219,7 @@ val loginScreen = Theme(baseTheme) { - 0.1.0-dev-10 - 0.1.0-dev-11 - 0.1.0-dev-12 + - 0.1.0-dev-13 ## Installation root build.gradle @@ -233,7 +234,7 @@ allprojects { project build.gradle ```groovy dependencies { - commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-12") + commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-13") } ``` @@ -251,7 +252,7 @@ buildscript { } dependencies { - classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-12" + classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-13" } }