start 0.3.1

This commit is contained in:
InsanusMokrassar 2020-08-12 12:55:04 +06:00
parent 1afbfc0e04
commit 79ed26e9bb
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
* Now it will correctly resolve objects which was not previously registered
* By default, for modules loading will be used context from `Json`, passed as receiver
### 0.3.1
## 0.2.0
* `Kotlin`: `1.3.61` -> `1.3.70`

View File

@ -17,7 +17,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_version"
}
project.version = "0.3.0"
project.version = "0.3.1"
project.group = "com.insanusmokrassar"
apply from: "publish.gradle"