Compare commits

...

4 Commits

Author SHA1 Message Date
caca21fac9 Update CHANGELOG.md 2022-11-28 16:30:45 +06:00
4f2934fbae Update libs.versions.toml 2022-11-28 16:29:59 +06:00
8c3c52c92b Update gradle.properties 2022-11-28 16:29:11 +06:00
779b56394a Merge pull request #55 from InsanusMokrassar/3.1.3
3.1.3
2022-11-17 13:17:49 +06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 3.1.4
* `Versions`:
* `tgbotapi`: `4.1.3`
* `microutils`: `0.14.4`
## 3.1.3
* `Versions`:

View File

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

View File

@@ -4,8 +4,8 @@ kt = "1.7.21"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.14.2"
tgbotapi = "4.1.2"
microutils = "0.14.4"
tgbotapi = "4.1.3"
kslog = "0.5.3"
jb-exposed = "0.41.1"