Compare commits

...

3 Commits
8.4.0 ... 8.5.0

Author SHA1 Message Date
f39947edd6 update dependencies 2024-07-11 23:01:37 +06:00
cacc1ef828 start 8.5.0 2024-07-11 23:00:11 +06:00
136d106b4c Merge pull request #98 from InsanusMokrassar/8.4.0
8.4.0
2024-06-27 23:20:42 +06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 8.5.0
* `Versions`:
* `MicroUtils`: `0.21.2`
* `tgbotapi`: `15.1.0`
## 8.4.0
* `Versions`:

View File

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

View File

@@ -4,8 +4,8 @@ kt = "1.9.23"
kt-serialization = "1.6.3"
kt-coroutines = "1.8.1"
microutils = "0.21.1"
tgbotapi = "15.0.0"
microutils = "0.21.2"
tgbotapi = "15.1.0"
ksp = "1.9.23-1.0.20"