Compare commits

..

8 Commits
4.0.2 ... 4.1.0

Author SHA1 Message Date
6725193545 Update CHANGELOG.md 2023-03-08 22:26:50 +06:00
ccfd91b1ac Update libs.versions.toml 2023-03-08 17:17:36 +06:00
c8b69d641f start 4.1.0 2023-03-08 17:16:31 +06:00
7af11fc427 Merge pull request #69 from InsanusMokrassar/4.0.3
4.0.3
2023-03-02 23:48:27 +06:00
59b91fc1ff Update CHANGELOG.md 2023-03-02 22:03:01 +06:00
4293096ed2 Update libs.versions.toml 2023-03-02 22:02:22 +06:00
42dd98426c start 4.0.3 2023-03-02 22:01:45 +06:00
744520c73f Merge pull request #68 from InsanusMokrassar/4.0.2
4.0.2
2023-03-01 15:45:17 +06:00
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## 4.1.0
* `Versions`:
* `tgbotapi`: `6.1.0`
* `microutils`: `0.17.3`
## 4.0.3
* `Versions`:
* `tgbotapi`: `6.0.3`
* `microutils`: `0.17.2`
## 4.0.2
* `Versions`:

View File

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

View File

@@ -4,8 +4,8 @@ kt = "1.8.10"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
microutils = "0.17.1"
tgbotapi = "6.0.2"
microutils = "0.17.3"
tgbotapi = "6.1.0"
kslog = "1.0.0"
jb-exposed = "0.41.1"