Compare commits

...

3 Commits

Author SHA1 Message Date
629ff7ee4e update dependencies 2024-08-15 21:30:04 +06:00
666ba9926e start 9.1.0 2024-08-15 21:29:17 +06:00
995bce3885 Merge pull request #101 from InsanusMokrassar/9.0.0
9.0.0
2024-08-12 16:35:14 +06:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 9.1.0
* `Versions`:
* `tgbotapi`: `17.0.0`
## 9.0.0
* `Versions`:

View File

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

View File

@@ -5,7 +5,7 @@ kt-serialization = "1.7.1"
kt-coroutines = "1.8.1"
microutils = "0.22.0"
tgbotapi = "16.0.0"
tgbotapi = "17.0.0"
ksp = "2.0.10-1.0.24"