We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77fa4d commit 05c2e68Copy full SHA for 05c2e68
README.md
@@ -9,14 +9,14 @@ Full support of all Bot API 3.0 methods with Payment and Gaming Platform
9
10
Gradle:
11
```groovy
12
-compile 'com.github.pengrad:java-telegram-bot-api:3.1.0'
+compile 'com.github.pengrad:java-telegram-bot-api:3.2.0'
13
```
14
Maven:
15
```xml
16
<dependency>
17
<groupId>com.github.pengrad</groupId>
18
<artifactId>java-telegram-bot-api</artifactId>
19
- <version>3.1.0</version>
+ <version>3.2.0</version>
20
</dependency>
21
22
JAR-file:
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.github.pengrad
2
-VERSION_NAME=3.1.0
+VERSION_NAME=3.2.0
3
4
POM_DESCRIPTION=Java API for Telegram Bot API
5
POM_URL=https://github.com/pengrad/java-telegram-bot-api/
0 commit comments