Skip to content

Commit 05c2e68

Browse files
committedJul 23, 2017
Version 3.2.0
1 parent d77fa4d commit 05c2e68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Full support of all Bot API 3.0 methods with Payment and Gaming Platform
99

1010
Gradle:
1111
```groovy
12-
compile 'com.github.pengrad:java-telegram-bot-api:3.1.0'
12+
compile 'com.github.pengrad:java-telegram-bot-api:3.2.0'
1313
```
1414
Maven:
1515
```xml
1616
<dependency>
1717
<groupId>com.github.pengrad</groupId>
1818
<artifactId>java-telegram-bot-api</artifactId>
19-
<version>3.1.0</version>
19+
<version>3.2.0</version>
2020
</dependency>
2121
```
2222
JAR-file:

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.pengrad
2-
VERSION_NAME=3.1.0
2+
VERSION_NAME=3.2.0
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)