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 314ae46 commit 9f5cec0Copy full SHA for 9f5cec0
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.0'
+compile 'com.github.pengrad:java-telegram-bot-api:1.2.1'
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.0</version>
+ <version>1.2.1</version>
18
</dependency>
19
20
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.github.pengrad
2
-VERSION_NAME=1.2.0
+VERSION_NAME=1.2.1
3
4
POM_ARTIFACT_ID=java-telegram-bot-api
5
POM_NAME=JavaTelegramBotApi
0 commit comments