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 2c48fe1 commit 01b771cCopy full SHA for 01b771c
README.md
@@ -8,14 +8,14 @@ Full support of all Bot API 2.3.1 methods with new Gaming Platform
8
9
Gradle:
10
```groovy
11
-compile 'com.github.pengrad:java-telegram-bot-api:2.3.1.1'
+compile 'com.github.pengrad:java-telegram-bot-api:2.3.1.2'
12
```
13
Maven:
14
```xml
15
<dependency>
16
<groupId>com.github.pengrad</groupId>
17
<artifactId>java-telegram-bot-api</artifactId>
18
- <version>2.3.1.1</version>
+ <version>2.3.1.2</version>
19
</dependency>
20
21
JAR-files:
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.github.pengrad
2
-VERSION_NAME=2.3.1.1
+VERSION_NAME=2.3.1.2
3
4
POM_DESCRIPTION=Java API for Telegram Bot API
5
POM_URL=https://github.com/pengrad/java-telegram-bot-api/
0 commit comments