Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 8f06d4b

Browse files
committed
up version
1 parent c7e3a98 commit 8f06d4b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a Kotlin MultiPlatform library that provides declarative UI and applicat
66
in common code. You can implement full application for Android and iOS only from common code with it.
77

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

@@ -227,6 +227,7 @@ val loginScreen = Theme(baseTheme) {
227227
- 0.1.0-dev-16
228228
- 0.1.0-dev-17
229229
- 0.1.0-dev-18
230+
- 0.1.0-dev-19
230231

231232
## Installation
232233
root build.gradle
@@ -241,7 +242,7 @@ allprojects {
241242
project build.gradle
242243
```groovy
243244
dependencies {
244-
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-18")
245+
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-19")
245246
}
246247
```
247248

@@ -254,7 +255,7 @@ buildscript {
254255
}
255256
256257
dependencies {
257-
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-18"
258+
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-19"
258259
}
259260
}
260261

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Versions {
1010
}
1111

1212
const val kotlin = "1.3.70"
13-
private const val mokoWidgets = "0.1.0-dev-18"
13+
private const val mokoWidgets = "0.1.0-dev-19"
1414
private const val mokoResources = "0.9.0"
1515

1616
object Plugins {

0 commit comments

Comments
 (0)