start 0.5.0

This commit is contained in:
InsanusMokrassar 2020-12-04 22:59:30 +06:00
parent 7458e4880d
commit 346672b32b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## 0.5.0
## 0.4.0
**BREAKING CHANGES**

View File

@ -16,7 +16,7 @@ plugins {
id "org.jetbrains.dokka" version "$dokka_version"
}
project.version = "0.4.0"
project.version = "0.5.0"
project.group = "dev.inmo"
apply from: "publish.gradle"