Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed May 31, 2024
1 parent 95d9536 commit 4124a6a
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 300 deletions.
5 changes: 3 additions & 2 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.5.0")
implementation("me.alllex.telegram.botkit:tbot-api-jvm:0.6.0")
}
```

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

Expand All @@ -64,6 +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.3` | `0.5.0` |
| `6.9` | `0.4.0` |

Expand Down
Loading

0 comments on commit 4124a6a

Please sign in to comment.