From 775d33621a39a99eee11ef1d7f696a9840962228 Mon Sep 17 00:00:00 2001 From: Alex Semin Date: Fri, 31 May 2024 23:01:20 +0200 Subject: [PATCH] Release v0.6.1 --- README.md | 6 +++--- version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc29d8b..a4d372c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ poller.start(TelegramBotUpdateListener( ```kotlin dependencies { - implementation("me.alllex.telegram.botkit:tbot-api-jvm:0.6.0") + implementation("me.alllex.telegram.botkit:tbot-api-jvm:0.6.1") } ``` @@ -52,7 +52,7 @@ dependencies { me.alllex.telegram.botkit tbot-api-jvm - 0.6.0 + 0.6.1 ``` @@ -64,7 +64,7 @@ The bindings are generated directly from the source-of-truth [Bot API spec](http | Telegram Bot API | tbot-api library | |------------------|------------------| -| `7.4` | `0.6.0` | +| `7.4` | `0.6.1` | | `7.3` | `0.5.0` | | `6.9` | `0.4.0` | diff --git a/version.txt b/version.txt index a918a2a..ee6cdce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1