Skip to content

Commit 65b0a2f

Browse files
committed
Version 2.3.1
1 parent 6a964ef commit 65b0a2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
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

99
Gradle:
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
```
1313
Maven:
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
```
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.0
2+
VERSION_NAME=2.3.1
33

44
POM_ARTIFACT_ID=java-telegram-bot-api
55
POM_NAME=JavaTelegramBotApi

0 commit comments

Comments
 (0)