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 41c3c62 commit 0764ef5Copy full SHA for 0764ef5
README.md
@@ -8,14 +8,14 @@ Full support of all Bot API 2.1 functions
8
9
Gradle:
10
```groovy
11
-compile 'com.github.pengrad:java-telegram-bot-api:2.1.2'
+compile 'com.github.pengrad:java-telegram-bot-api:2.1.3'
12
```
13
Maven:
14
```xml
15
<dependency>
16
<groupId>com.github.pengrad</groupId>
17
<artifactId>java-telegram-bot-api</artifactId>
18
- <version>2.1.2</version>
+ <version>2.1.3</version>
19
</dependency>
20
21
JAR-files:
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.github.pengrad
2
-VERSION_NAME=2.1.2
+VERSION_NAME=2.1.3
3
4
POM_ARTIFACT_ID=java-telegram-bot-api
5
POM_NAME=JavaTelegramBotApi
0 commit comments