diff --git a/README.MD b/README.MD index cd324fe..2312330 100644 --- a/README.MD +++ b/README.MD @@ -119,7 +119,7 @@ Each view get as parameter day cell composable. Thanks to that your calendar can | Compose version | Library version | |:---------------:|:--------------------:| | 1.5.11 | 0.0.8-compose-1.5.11 | -| 1.6.1 | 0.0.8 | +| 1.6.1 | 0.0.9 | --- diff --git a/sample/composeApp/src/commonMain/kotlin/io/wojciechosak/calendar/calendar/MenuScreen.kt b/sample/composeApp/src/commonMain/kotlin/io/wojciechosak/calendar/calendar/MenuScreen.kt index 1000771..3af469b 100644 --- a/sample/composeApp/src/commonMain/kotlin/io/wojciechosak/calendar/calendar/MenuScreen.kt +++ b/sample/composeApp/src/commonMain/kotlin/io/wojciechosak/calendar/calendar/MenuScreen.kt @@ -34,7 +34,7 @@ class MenuScreen : Screen { item { ScreenButton(AnimationScreen(), "Animations") } item { ScreenButton(RangeSelectionScreen(), "Range selection") } item { ScreenButton(FullDateScreen(), "Full date selector (day/month/year)") } - item { Text("Lib version: 0.0.8") } + item { Text("Lib version: 0.0.9") } } }