Compare commits

...

3 Commits

Author SHA1 Message Date
InsanusMokrassar 6783bd6666
Merge pull request #83 from InsanusMokrassar/0.7.2
0.7.2
2023-09-07 01:16:01 +06:00
InsanusMokrassar 9c4bc444dd update dependencies 2023-09-07 01:12:39 +06:00
InsanusMokrassar 0635b4a233 start 0.7.2 2023-09-07 01:09:03 +06:00
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 0.7.2
* `Kotlin`: `1.9.10`
* `Compose`: `1.5.1`
## 0.7.1
* 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
group=dev.inmo
version=0.7.1
version=0.7.2

View File

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