Merge pull request #167 from InsanusMokrassar/0.11.5

0.11.5
This commit is contained in:
InsanusMokrassar 2022-06-23 12:50:31 +06:00 committed by GitHub
commit 781bbcc012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,16 @@
# Changelog
## 0.11.4
## 0.11.5
* `Coroutines`:
* `Compose`:
* Add extension `StateFlow#asMutableComposeListState` and `StateFlow#asComposeList`
* Add extension `StateFlow#asMutableComposeState`/`StateFlow#asComposeState`
## 0.11.4
**THIS VERSION HAS BEEN BROKEN, DO NOT USE IT**
## 0.11.3
* `Ktor`:

View File

@ -14,5 +14,5 @@ crypto_js_version=4.1.1
# Project data
group=dev.inmo
version=0.11.4
android_code_version=128
version=0.11.5
android_code_version=129