3 Commits

Author SHA1 Message Date
f1d40f73c1 Update CHANGELOG.md 2022-09-20 00:47:29 +06:00
f5e15bbf0e Update libs.versions.toml 2022-09-20 00:35:25 +06:00
229354c4a1 Update gradle.properties 2022-09-20 00:33:21 +06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.3.4
* `Versions`:
* `plagubot`: `2.3.3`
* `kslog`: `0.5.2`
## 0.3.3
* `Versions`:

View File

@@ -4,4 +4,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
project_group=dev.inmo
project_version=0.3.3
project_version=0.3.4

View File

@@ -1,8 +1,8 @@
[versions]
kotlin = "1.7.10"
plagubot = "2.3.1"
kslog = "0.5.1"
plagubot = "2.3.3"
kslog = "0.5.2"
gh-release = "2.4.1"
jb-dokka = "1.7.10"