Compare commits

...

3 Commits

Author SHA1 Message Date
e6a2add7f8
Merge pull request #108 from InsanusMokrassar/10.1.1
10.1.1
2024-11-11 16:05:46 +06:00
3d7cb28c92 update tgbotapi 2024-11-11 16:02:10 +06:00
81a1ed6613 start 10.1.1 2024-11-11 15:59:14 +06:00
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 10.1.1
* `Versions`:
* `tgbotapi`: `20.0.1`
## 10.1.0
* `Versions`:

View File

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

View File

@ -5,7 +5,7 @@ kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"
microutils = "0.23.0"
tgbotapi = "20.0.0"
tgbotapi = "20.0.1"
ksp = "2.0.21-1.0.26"