Compare commits

..

No commits in common. "00b8197b71e7bd1cdc47f605d5031fd06d2b01db" and "40de085f266c82d49471ff8c7c99f33a016db27f" have entirely different histories.

3 changed files with 4 additions and 10 deletions

View File

@ -1,11 +1,5 @@
# Changelog
## 1.3.1
* `Versions`:
* `tgbotapi`: `2.2.1`
* `microutils`: `0.11.13`
## 1.3.0
* `Versions`

View File

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

View File

@ -2,10 +2,10 @@
kt = "1.6.21"
kt-serialization = "1.3.3"
kt-coroutines = "1.6.4"
kt-coroutines = "1.6.3"
microutils = "0.11.13"
tgbotapi = "2.2.1"
microutils = "0.11.12"
tgbotapi = "2.2.0"
kslog = "0.3.2"
jb-exposed = "0.38.2"