From 086681d0e65027e9f605754b143597ca2c37b9d8 Mon Sep 17 00:00:00 2001
From: Aleksei Tiurin
Date: Mon, 30 Sep 2024 21:22:57 +0300
Subject: [PATCH] Upd Readme
---
README.md | 18 +++++++++++++++++-
gradle.properties | 2 +-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a419372..d2cc389 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,11 @@ You don't need to learn any new classes or special syntax. All magic actions and
-## [Documentation](https://open-tool.github.io/ultron/) | [Releases](https://github.com/open-tool/ultron/releases) | [Telegram](https://t.me/ultron_framework)
+
+[![Documentation][documentation-badge]][documentation]
+[![Releases][releases-badge]][releases]
+[![Telegram][telegram-badge]][telegram]
+
## What are the benefits of using the framework?
@@ -276,3 +280,15 @@ dependencies {
}
```
Please, read [gradle dependencies management](https://open-tool.github.io/ultron/docs/intro/dependencies) doc.
+
+
+
+[telegram-badge]:https://img.shields.io/badge/Chat-Telegram-0088CC?style=for-the-badge
+[documentation-badge]:https://img.shields.io/badge/Documentation-233a60?style=for-the-badge
+[releases-badge]:https://img.shields.io/github/release/open-tool/ultron.svg?style=for-the-badge
+
+[telegram]:https://t.me/ultron_framework
+[documentation]:https://open-tool.github.io/ultron/
+[releases]:https://github.com/open-tool/ultron/releases
diff --git a/gradle.properties b/gradle.properties
index d86d7a3..c49ebe1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
GROUP=com.atiurin
POM_ARTIFACT_ID=ultron
-VERSION_NAME=2.5.0-alpha15
+VERSION_NAME=2.5.0-alpha16