Bump serialization version to 0.13.0

This commit is contained in:
Alexander Nozik 2019-09-14 19:42:12 +03:00
parent 9719c350d1
commit c7c9872f16
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = "scientifik"
version = "0.1.7"
version = "0.1.8-dev"
repositories {
gradlePluginPortal()

View File

@ -5,5 +5,5 @@ object Scientifik {
const val ioVersion = "0.1.14"
const val coroutinesVersion = "1.3.1"
const val atomicfuVersion = "0.12.11"
const val serializationVersion = "0.12.0"
const val serializationVersion = "0.13.0"
}