File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
1515
1616Gradle:
1717``` groovy
18- implementation 'com.github.pengrad:java-telegram-bot-api:4.1.0 '
18+ implementation 'com.github.pengrad:java-telegram-bot-api:4.1.1 '
1919```
2020Maven:
2121``` xml
2222<dependency >
2323 <groupId >com.github.pengrad</groupId >
2424 <artifactId >java-telegram-bot-api</artifactId >
25- <version >4.1.0 </version >
25+ <version >4.1.1 </version >
2626</dependency >
2727```
2828[ JAR with all dependencies on release page] ( https://github.com/pengrad/java-telegram-bot-api/releases )
Original file line number Diff line number Diff line change 11GROUP =com.github.pengrad
2- VERSION_NAME =4.1.0
2+ VERSION_NAME =4.1.1
33
44POM_DESCRIPTION =Java API for Telegram Bot API
55POM_URL =https://github.com/pengrad/java-telegram-bot-api/
You can’t perform that action at this time.
0 commit comments