Skip to content

Commit

Permalink
Release 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Aug 20, 2023
1 parent 2d35c6b commit c20575f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Enhanced Java telegram bots runner built on top of the [Telegram Bots](https://g
- Add gradle dependency:

```groovy
implementation 'com.annimon:tgbots-module:6.5.1'
implementation 'com.annimon:tgbots-module:6.8.0'
```

- Implement `BotModule` interface:
Expand Down
2 changes: 1 addition & 1 deletion testbot-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.annimon'
version '6.5.1-SNAPSHOT'
version '6.8.0-SNAPSHOT'

mainClassName = 'com.annimon.testbotkt.TestBot'

Expand Down
2 changes: 1 addition & 1 deletion testbot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.annimon'
version '6.5.1-SNAPSHOT'
version '6.8.0-SNAPSHOT'

mainClassName = 'com.annimon.testbot.TestBot'
sourceCompatibility = 11
Expand Down

0 comments on commit c20575f

Please sign in to comment.