16 Commits
0.1.3 ... 0.3.1

4 changed files with 25 additions and 6 deletions

View File

@@ -1,5 +1,24 @@
# Changelog # Changelog
## 0.3.1
* `Versions`:
* `plagubot`: `2.1.0`
* `kslog`: `0.5.1`
## 0.3.0
* `Versions`:
* `kotlin`: `1.7.10`
* `plagubot`: `2.0.0`
* `kslog`: `0.5.0`
## 0.2.1
* `Versions`:
* `plagubot`: `1.4.1`
* `kslog`: `0.4.2`
## 0.1.3 ## 0.1.3
* Fix of double commands getting on a start of bot * Fix of double commands getting on a start of bot

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.1.3 project_version=0.3.1

View File

@@ -1,10 +1,10 @@
[versions] [versions]
kotlin = "1.6.21" kotlin = "1.7.10"
plagubot = "1.3.1" plagubot = "2.1.0"
kslog = "0.3.2" kslog = "0.5.1"
gh-release = "2.4.1" gh-release = "2.4.1"
jb-dokka = "1.6.21" jb-dokka = "1.7.10"
[libraries] [libraries]

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists