Merge pull request #83 from InsanusMokrassar/0.7.2

0.7.2
This commit is contained in:
InsanusMokrassar 2023-09-07 01:16:01 +06:00 committed by GitHub
commit 6783bd6666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.7.2
* `Kotlin`: `1.9.10`
* `Compose`: `1.5.1`
## 0.7.1 ## 0.7.1
* Type of `animation` parameter in `Alert` has been changed according to docs: now it is `Boolean` * Type of `animation` parameter in `Alert` has been changed according to docs: now it is `Boolean`

View File

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

View File

@ -1,8 +1,8 @@
[versions] [versions]
kt = "1.8.20" kt = "1.9.10"
jb-compose = "1.4.0" jb-compose = "1.5.1"
jb-dokka = "1.8.10" jb-dokka = "1.9.0"
gh-release = "2.4.1" gh-release = "2.4.1"
[libraries] [libraries]