Merge pull request #63 from InsanusMokrassar/0.5.1

0.5.1
This commit is contained in:
InsanusMokrassar 2021-05-20 10:23:40 +06:00 committed by GitHub
commit e85101c74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 0.5.1
* `Versions`:
* `Kotlin Serialization`: `1.2.0` -> `1.2.1`
## 0.5.0
**Notice**: This version is still depend on Kotlin

View File

@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx2g
kotlin_version=1.5.0
kotlin_coroutines_version=1.5.0
kotlin_serialisation_core_version=1.2.0
kotlin_serialisation_core_version=1.2.1
kotlin_exposed_version=0.31.1
ktor_version=1.5.4
@ -45,5 +45,5 @@ dokka_version=1.4.32
# Project data
group=dev.inmo
version=0.5.0
android_code_version=41
version=0.5.1
android_code_version=42