Compare commits

...

2 Commits
1.0.1 ... 1.1.0

Author SHA1 Message Date
1cd9e6132c change version in properties 2022-05-22 11:55:02 +06:00
394ac02389 start 1.1.0 and update tgbotapi 2022-05-22 11:47:36 +06:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Changelog
## 1.0.1
## 1.1.0
* `Versions`
* `tgbotapi`: `1.1.3`
* `tgbotapi`: `2.0.0`
* `microutils`: `0.10.5`
* `Plugin`:
* All plugins will be loaded in parallel

View File

@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
group=dev.inmo
version=1.0.1
version=1.1.0

View File

@@ -5,7 +5,7 @@ kt-serialization = "1.3.3"
kt-coroutines = "1.6.1"
microutils = "0.10.5"
tgbotapi = "1.1.3"
tgbotapi = "2.0.0"
jb-exposed = "0.38.2"
jb-dokka = "1.6.21"