File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
-->
7
7
8
8
Java library for interacting with [ Telegram Bot API] ( https://core.telegram.org/bots/api )
9
- - Full support of all Bot API 4.1 methods
9
+ - Full support of all Bot API 4.2 methods
10
10
- Telegram [ Passport] ( https://core.telegram.org/passport ) and Decryption API
11
11
- Bot [ Payments] ( https://core.telegram.org/bots/payments )
12
12
- [ Gaming Platform] ( https://telegram.org/blog/games )
@@ -15,14 +15,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
15
15
16
16
Gradle:
17
17
``` groovy
18
- implementation 'com.github.pengrad:java-telegram-bot-api:4.1.1 '
18
+ implementation 'com.github.pengrad:java-telegram-bot-api:4.2.0 '
19
19
```
20
20
Maven:
21
21
``` xml
22
22
<dependency >
23
23
<groupId >com.github.pengrad</groupId >
24
24
<artifactId >java-telegram-bot-api</artifactId >
25
- <version >4.1.1 </version >
25
+ <version >4.2.0 </version >
26
26
</dependency >
27
27
```
28
28
[ 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.1.1
2
+ VERSION_NAME =4.2.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/
You can’t perform that action at this time.
0 commit comments