Compare commits

...

4 Commits
0.5.0 ... 0.5.1

Author SHA1 Message Date
4df6eafe6a Update CHANGELOG.md 2022-02-02 13:37:33 +06:00
3876262a7b Update gradle.properties 2022-02-02 13:36:59 +06:00
b10a00ca0d Update README.md 2022-01-06 12:46:23 +06:00
e6765b6c25 Merge pull request #24 from InsanusMokrassar/0.5.0
0.5.0
2022-01-04 17:41:05 +06:00
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.5.1
* `Versions`
* `tgbotapi`: `0.38.4`
* `microutils`: `0.9.5`
## 0.5.0
* `Versions`

View File

@@ -11,8 +11,8 @@ You can create your bot using
| Template: | [![Use template](badges/use_template.svg)](https://github.com/InsanusMokrassar/PlaguBotPluginTemplate/generate) |
|-----------|-----------------------------------------------------------------------------------------------------------------|
| Bot version: | [![Download](https://api.bintray.com/packages/insanusmokrassar/PlaguBot/plagubot.bot/images/download.svg)](https://bintray.com/insanusmokrassar/PlaguBot/plagubot.bot/_latestVersion) |
| Plugin version: | [![Download](https://api.bintray.com/packages/insanusmokrassar/PlaguBot/plagubot.plugin/images/download.svg)](https://bintray.com/insanusmokrassar/PlaguBot/plagubot.plugin/_latestVersion) |
| Bot version: | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.bot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.bot) |
| Plugin version: | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.plugin) |
That is a set of libraries for plagubots. Look at the
[PlaguBot Plugin template](https://insanusmokrassar.github.io/PlaguBotPluginTemplate/) to find how to create your bot.

View File

@@ -10,8 +10,8 @@ kotlin_serialisation_runtime_version=1.3.2
kotlin_exposed_version=0.37.2
sdi_version=0.6.0
tgbotapi_version=0.38.0
microutils_version=0.9.0
tgbotapi_version=0.38.4
microutils_version=0.9.5
klassindex_version=4.1.0-rc.1
sqlite_version=3.36.0.3
@@ -19,4 +19,4 @@ sqlite_version=3.36.0.3
github_release_plugin_version=2.2.12
group=dev.inmo
version=0.5.0
version=0.5.1