Skip to content

Commit 01b771c

Browse files
committed
Version 2.3.1.2
1 parent 2c48fe1 commit 01b771c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Full support of all Bot API 2.3.1 methods with new Gaming Platform
88

99
Gradle:
1010
```groovy
11-
compile 'com.github.pengrad:java-telegram-bot-api:2.3.1.1'
11+
compile 'com.github.pengrad:java-telegram-bot-api:2.3.1.2'
1212
```
1313
Maven:
1414
```xml
1515
<dependency>
1616
<groupId>com.github.pengrad</groupId>
1717
<artifactId>java-telegram-bot-api</artifactId>
18-
<version>2.3.1.1</version>
18+
<version>2.3.1.2</version>
1919
</dependency>
2020
```
2121
JAR-files:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.pengrad
2-
VERSION_NAME=2.3.1.1
2+
VERSION_NAME=2.3.1.2
33

44
POM_DESCRIPTION=Java API for Telegram Bot API
55
POM_URL=https://github.com/pengrad/java-telegram-bot-api/

0 commit comments

Comments
 (0)