Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed May 31, 2024
1 parent 4124a6a commit 775d336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -52,7 +52,7 @@ dependencies {
<dependency>
<groupId>me.alllex.telegram.botkit</groupId>
<artifactId>tbot-api-jvm</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
```

Expand All @@ -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` |

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit 775d336

Please sign in to comment.