Compare commits

...

4 Commits

Author SHA1 Message Date
14910ed568 Update CHANGELOG.md 2022-12-20 09:18:51 +06:00
ccc936f821 Update libs.versions.toml 2022-12-20 09:15:56 +06:00
877e693eb3 start 3.2.2 2022-12-20 09:13:35 +06:00
9f3634f2ec Merge pull request #58 from InsanusMokrassar/3.2.1
3.2.1
2022-12-08 11:05:38 +06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 3.2.2
* `Versions`:
* `tgbotapi`: `4.2.2`
* `microutils`: `0.16.2`
## 3.2.1
* `Versions`:

View File

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

View File

@@ -4,8 +4,8 @@ kt = "1.7.22"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.16.0"
tgbotapi = "4.2.1"
microutils = "0.16.2"
tgbotapi = "4.2.2"
kslog = "0.5.4"
jb-exposed = "0.41.1"