start 0.6.2 && update compose

This commit is contained in:
InsanusMokrassar 2023-03-10 15:06:55 +06:00
parent 730da9f759
commit 30a85795dd
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.6.2
* `Compose`: `1.3.1`
## 0.6.1 ## 0.6.1
* `DefaultInput` has been renamed to `StandardInput` * `DefaultInput` has been renamed to `StandardInput`

View File

@ -7,4 +7,4 @@ kotlin.incremental.js=true
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.6.1 version=0.6.2

View File

@ -1,7 +1,7 @@
[versions] [versions]
kt = "1.8.10" kt = "1.8.10"
jb-compose = "1.3.1-rc02" jb-compose = "1.3.1"
jb-dokka = "1.8.10" jb-dokka = "1.8.10"
gh-release = "2.4.1" gh-release = "2.4.1"