Merge pull request #42 from InsanusMokrassar/2.1.1

2.1.1
This commit is contained in:
InsanusMokrassar 2022-08-20 22:30:51 +06:00 committed by GitHub
commit e4a1e1f0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2.1.1
* `Bot`:
* Now it is possible to get bot from `koin`
## 2.1.0
* `Versions`:

View File

@ -45,6 +45,7 @@ data class PlaguBot(
single { config.databaseConfig.database }
single { defaultJsonFormat }
single { this@PlaguBot }
single { bot }
includes(
config.plugins.mapNotNull {

View File

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