Compare commits

...

5 Commits
1.2.0 ... 1.2.1

Author SHA1 Message Date
c99e4ee188 Update CHANGELOG.md 2022-06-26 14:46:09 +06:00
a408cc5099 Update CHANGELOG.md 2022-06-26 14:45:55 +06:00
f1d3f48a6b Update libs.versions.toml 2022-06-26 14:44:13 +06:00
2777a260ae Update gradle.properties 2022-06-26 14:42:44 +06:00
155b9865a8 Merge pull request #31 from InsanusMokrassar/1.2.0
1.2.0
2022-06-22 09:05:33 +06:00
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 1.2.1
* `Versions`
* `tgbotapi`: `2.1.1`
* `microutils`: `0.11.6`
* `kslog`: `0.3.2`
## 1.2.0
* `Versions`

View File

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

View File

@@ -4,9 +4,9 @@ kt = "1.6.21"
kt-serialization = "1.3.3"
kt-coroutines = "1.6.2"
microutils = "0.11.3"
tgbotapi = "2.1.0"
kslog = "0.3.1"
microutils = "0.11.6"
tgbotapi = "2.1.1"
kslog = "0.3.2"
jb-exposed = "0.38.2"
jb-dokka = "1.6.21"