Compare commits

..

4 Commits

Author SHA1 Message Date
1b8ae09866 Update CHANGELOG.md 2023-03-01 15:36:55 +06:00
3027e39665 Update libs.versions.toml 2023-03-01 15:35:32 +06:00
b77fe446f8 start 4.0.2 2023-03-01 15:34:46 +06:00
bc11d7508f Merge pull request #67 from InsanusMokrassar/4.0.1
4.0.1
2023-02-28 21:08:39 +06:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 4.0.2
* `Versions`:
* `tgbotapi`: `6.0.2`
## 4.0.1
* `Versions`:

View File

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

View File

@@ -5,7 +5,7 @@ kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
microutils = "0.17.1"
tgbotapi = "6.0.1"
tgbotapi = "6.0.2"
kslog = "1.0.0"
jb-exposed = "0.41.1"