File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ codecov] ( https://codecov.io/gh/pengrad/java-telegram-bot-api/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pengrad/java-telegram-bot-api )
5
5
6
6
Java library for interacting with [ Telegram Bot API] ( https://core.telegram.org/bots/api )
7
- - Full support of all Bot API 4.9 methods
7
+ - Full support of all Bot API 5.0 methods
8
8
- Telegram [ Passport] ( https://core.telegram.org/passport ) and Decryption API
9
9
- Bot [ Payments] ( https://core.telegram.org/bots/payments )
10
10
- [ Gaming Platform] ( https://telegram.org/blog/games )
@@ -13,14 +13,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
13
13
14
14
Gradle:
15
15
``` groovy
16
- implementation 'com.github.pengrad:java-telegram-bot-api:4.9 .0'
16
+ implementation 'com.github.pengrad:java-telegram-bot-api:5.0 .0'
17
17
```
18
18
Maven:
19
19
``` xml
20
20
<dependency >
21
21
<groupId >com.github.pengrad</groupId >
22
22
<artifactId >java-telegram-bot-api</artifactId >
23
- <version >4.9 .0</version >
23
+ <version >5.0 .0</version >
24
24
</dependency >
25
25
```
26
26
[ 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 1
1
GROUP =com.github.pengrad
2
- VERSION_NAME =4.9 .0
2
+ VERSION_NAME =5.0 .0
3
3
4
4
POM_DESCRIPTION =Java API for Telegram Bot API
5
5
POM_URL =https://github.com/pengrad/java-telegram-bot-api/
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.github.pengrad</groupId >
6
6
<artifactId >java-telegram-bot-api</artifactId >
7
- <version >4.9 .0</version >
7
+ <version >5.0 .0</version >
8
8
<name >JavaTelegramBotApi</name >
9
9
<description >Java API for Telegram Bot API</description >
10
10
<url >https://github.com/pengrad/java-telegram-bot-api/</url >
You can’t perform that action at this time.
0 commit comments