Skip to content

Commit 0764ef5

Browse files
committed
Version 2.1.3
1 parent 41c3c62 commit 0764ef5

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.1 functions
88

99
Gradle:
1010
```groovy
11-
compile 'com.github.pengrad:java-telegram-bot-api:2.1.2'
11+
compile 'com.github.pengrad:java-telegram-bot-api:2.1.3'
1212
```
1313
Maven:
1414
```xml
1515
<dependency>
1616
<groupId>com.github.pengrad</groupId>
1717
<artifactId>java-telegram-bot-api</artifactId>
18-
<version>2.1.2</version>
18+
<version>2.1.3</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.1.2
2+
VERSION_NAME=2.1.3
33

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

0 commit comments

Comments
 (0)