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 688e7bc commit 80cf015Copy full SHA for 80cf015
README.md
@@ -7,14 +7,14 @@ Download
7
-------
8
Download the latest version via Gradle:
9
```groovy
10
-compile 'com.github.pengrad:java-telegram-bot-api:1.2.1'
+compile 'com.github.pengrad:java-telegram-bot-api:1.2.2'
11
```
12
or Maven:
13
```xml
14
<dependency>
15
<groupId>com.github.pengrad</groupId>
16
<artifactId>java-telegram-bot-api</artifactId>
17
- <version>1.2.1</version>
+ <version>1.2.2</version>
18
</dependency>
19
20
0 commit comments