Compare commits

...

8 Commits
4.0.1 ... 4.0.3

Author SHA1 Message Date
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
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 14 additions and 3 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## 4.0.3
* `Versions`:
* `tgbotapi`: `6.0.3`
* `microutils`: `0.17.2`
## 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.3

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.1"
microutils = "0.17.2"
tgbotapi = "6.0.3"
kslog = "1.0.0"
jb-exposed = "0.41.1"