We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445e65b commit 9a2268cCopy full SHA for 9a2268c
1 file changed
README.md
@@ -7,14 +7,14 @@ Download
7
-------
8
Gradle:
9
```groovy
10
-compile 'com.github.pengrad:java-telegram-bot-api:2.1.1'
+compile 'com.github.pengrad:java-telegram-bot-api:2.1.2'
11
```
12
Maven:
13
```xml
14
<dependency>
15
<groupId>com.github.pengrad</groupId>
16
<artifactId>java-telegram-bot-api</artifactId>
17
- <version>2.1.1</version>
+ <version>2.1.2</version>
18
</dependency>
19
20
JAR-files:
0 commit comments