6 Commits

Author SHA1 Message Date
9833cf5f18 Update CHANGELOG.md 2022-09-09 22:14:09 +06:00
dcff436ed1 Update libs.versions.toml 2022-09-09 22:13:55 +06:00
c5c641dfbd Update CHANGELOG.md 2022-09-09 15:33:38 +06:00
781026fb8e Update libs.versions.toml 2022-09-09 15:33:10 +06:00
08387cd0c1 start 0.3.3 2022-09-09 15:32:21 +06:00
cce01759c4 Merge pull request #9 from InsanusMokrassar/0.3.2
0.3.2
2022-08-31 11:06:33 +06:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.3.3
* `Versions`:
* `plagubot`: `2.3.1`
## 0.3.2 ## 0.3.2
* `Versions`: * `Versions`:

View File

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

View File

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