Merge pull request #73 from InsanusMokrassar/0.4.2

0.4.2
This commit is contained in:
InsanusMokrassar 2022-12-18 10:10:57 +06:00 committed by GitHub
commit e6ebc70578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.4.2
* `Compose`: `1.2.2`
## 0.4.1
* Now it is possible to use `StandardInput` with simple `T` types instead of states

View File

@ -9,4 +9,4 @@ android.enableJetifier=true
# Project data
group=dev.inmo
version=0.4.1
version=0.4.2

View File

@ -1,7 +1,7 @@
[versions]
kt = "1.7.20"
jb-compose = "1.2.1"
jb-compose = "1.2.2"
jb-dokka = "1.7.20"
gh-release = "2.4.1"