mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-14 04:13:58 +00:00
commit
6783bd6666
@ -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`
|
||||
|
@ -7,4 +7,4 @@ kotlin.incremental.js=true
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=0.7.1
|
||||
version=0.7.2
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user