File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44[ ![ codecov] ( https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pengrad/java-telegram-bot-api )
55
66Java library for interacting with [ Telegram Bot API] ( https://core.telegram.org/bots/api )
7- - Full support of all Bot API 4.4 methods
7+ - Full support of all Bot API 4.5 methods
88- Telegram [ Passport] ( https://core.telegram.org/passport ) and Decryption API
99- Bot [ Payments] ( https://core.telegram.org/bots/payments )
1010- [ Gaming Platform] ( https://telegram.org/blog/games )
@@ -13,14 +13,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
1313
1414Gradle:
1515``` groovy
16- implementation 'com.github.pengrad:java-telegram-bot-api:4.4 .0'
16+ implementation 'com.github.pengrad:java-telegram-bot-api:4.5 .0'
1717```
1818Maven:
1919``` xml
2020<dependency >
2121 <groupId >com.github.pengrad</groupId >
2222 <artifactId >java-telegram-bot-api</artifactId >
23- <version >4.4 .0</version >
23+ <version >4.5 .0</version >
2424</dependency >
2525```
2626[ 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.4 .0
2+ VERSION_NAME =4.5 .0
33
44POM_DESCRIPTION =Java API for Telegram Bot API
55POM_URL =https://github.com/pengrad/java-telegram-bot-api/
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.github.pengrad</groupId >
66 <artifactId >java-telegram-bot-api</artifactId >
7- <version >4.4 .0</version >
7+ <version >4.5 .0</version >
88 <name >JavaTelegramBotApi</name >
99 <description >Java API for Telegram Bot API</description >
1010 <url >https://github.com/pengrad/java-telegram-bot-api/</url >
You can’t perform that action at this time.
0 commit comments