start work with 0.9.0

This commit is contained in:
InsanusMokrassar 2019-01-24 08:20:13 +08:00
parent 1362dda58f
commit a788ea76f1
2 changed files with 3 additions and 1 deletions

View File

@ -42,3 +42,5 @@
* Add extension `String#toMarkdown`
* Fix of inserting of text when create Markdown-adapted text from text and text entities
* Fix default realisation of MessageEntity#asMarkdownSource
### 0.9.0

View File

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