Skip to content

Commit efd5468

Browse files
author
Stanislav Parshin
committed
Update README.md
1 parent 85cefe3 commit efd5468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
## Java API for [Telegram Bots][1]
22

3-
Full support of all Bot API 2.0 functions
3+
Full support of all Bot API 2.1 functions
44

55
Download
66
-------
77
Gradle:
88
```groovy
9-
compile 'com.github.pengrad:java-telegram-bot-api:2.0.1'
9+
compile 'com.github.pengrad:java-telegram-bot-api:2.1.0'
1010
```
1111
Maven:
1212
```xml
1313
<dependency>
1414
<groupId>com.github.pengrad</groupId>
1515
<artifactId>java-telegram-bot-api</artifactId>
16-
<version>2.0.1</version>
16+
<version>2.1.0</version>
1717
</dependency>
1818
```
1919
JAR-files:

0 commit comments

Comments
 (0)