File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22[ ![ Build Status] ( https://travis-ci.org/pengrad/java-telegram-bot-api.svg?branch=master )] ( https://travis-ci.org/pengrad/java-telegram-bot-api )
33[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.pengrad/java-telegram-bot-api/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.pengrad/java-telegram-bot-api )
44
5- Full support of all Bot API 2.3 methods with new Gaming Platform
5+ Full support of all Bot API 2.3.1 methods with new Gaming Platform
66
77## Download
88
99Gradle:
1010``` groovy
11- compile 'com.github.pengrad:java-telegram-bot-api:2.3.0 '
11+ compile 'com.github.pengrad:java-telegram-bot-api:2.3.1 '
1212```
1313Maven:
1414``` xml
1515<dependency >
1616 <groupId >com.github.pengrad</groupId >
1717 <artifactId >java-telegram-bot-api</artifactId >
18- <version >2.3.0 </version >
18+ <version >2.3.1 </version >
1919</dependency >
2020```
2121JAR-files:
Original file line number Diff line number Diff line change 11GROUP =com.github.pengrad
2- VERSION_NAME =2.3.0
2+ VERSION_NAME =2.3.1
33
44POM_ARTIFACT_ID =java-telegram-bot-api
55POM_NAME =JavaTelegramBotApi
You can’t perform that action at this time.
0 commit comments