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