Skip to content

Commit 9d84ded

Browse files
committed
Version 4.2.0
1 parent 8742cc4 commit 9d84ded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77

88
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
1010
- Telegram [Passport](https://core.telegram.org/passport) and Decryption API
1111
- Bot [Payments](https://core.telegram.org/bots/payments)
1212
- [Gaming Platform](https://telegram.org/blog/games)
@@ -15,14 +15,14 @@ Java library for interacting with [Telegram Bot API](https://core.telegram.org/b
1515

1616
Gradle:
1717
```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'
1919
```
2020
Maven:
2121
```xml
2222
<dependency>
2323
<groupId>com.github.pengrad</groupId>
2424
<artifactId>java-telegram-bot-api</artifactId>
25-
<version>4.1.1</version>
25+
<version>4.2.0</version>
2626
</dependency>
2727
```
2828
[JAR with all dependencies on release page](https://github.com/pengrad/java-telegram-bot-api/releases)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.pengrad
2-
VERSION_NAME=4.1.1
2+
VERSION_NAME=4.2.0
33

44
POM_DESCRIPTION=Java API for Telegram Bot API
55
POM_URL=https://github.com/pengrad/java-telegram-bot-api/

0 commit comments

Comments
 (0)