Compare commits

...

4 Commits

Author SHA1 Message Date
60dac2067a Update CHANGELOG.md 2022-08-03 09:20:10 +06:00
fc1888923f Update libs.versions.toml 2022-08-01 09:33:27 +06:00
703d3b1d64 Update gradle.properties 2022-08-01 09:32:21 +06:00
34383c1f82 Merge pull request #37 from InsanusMokrassar/1.4.0
1.4.0
2022-07-30 20:32:21 +06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 1.4.1
* `Versions`:
* `tgbotapi`: `2.2.2`
* `kslog`: `0.4.2`
## 1.4.0
* `Versions`:

View File

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

View File

@@ -5,8 +5,8 @@ kt-serialization = "1.3.3"
kt-coroutines = "1.6.4"
microutils = "0.11.13"
tgbotapi = "2.2.1"
kslog = "0.4.1"
tgbotapi = "2.2.2"
kslog = "0.4.2"
jb-exposed = "0.38.2"
jb-dokka = "1.6.21"