start 0.23.1

This commit is contained in:
InsanusMokrassar 2020-02-01 14:14:45 +06:00
parent a3b29f7db5
commit f2701b920f
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@
* `GetMe` now return `ExtendedBot` object
* Now extension `javaLocale` is extension for `CommonUser`
### 0.23.1
## 0.22.0
* **`KtorCallFactory` must return `HttpStatement` instead of `HttpClientCall`**

View File

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