start 0.12.3

This commit is contained in:
InsanusMokrassar 2019-03-20 08:52:36 +08:00
parent e43123a0c0
commit f2e1742634
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@
* `UpdatesFilter` and other objects now work with `UpdateReceiver<Update>` as common supertype
for receivers.
### 0.12.3 Cleaning
## 0.11.0
* Kotlin `1.3.11` -> `1.3.21`

View File

@ -1,4 +1,4 @@
project.version = "0.12.2"
project.version = "0.12.3"
project.group = "com.github.insanusmokrassar"
buildscript {