Skip to content

Commit 9f5cec0

Browse files
committed
Release 1.2.1
1 parent 314ae46 commit 9f5cec0

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
@@ -7,14 +7,14 @@ Download
77
-------
88
Download the latest version via Gradle:
99
```groovy
10-
compile 'com.github.pengrad:java-telegram-bot-api:1.2.0'
10+
compile 'com.github.pengrad:java-telegram-bot-api:1.2.1'
1111
```
1212
or Maven:
1313
```xml
1414
<dependency>
1515
<groupId>com.github.pengrad</groupId>
1616
<artifactId>java-telegram-bot-api</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.2.1</version>
1818
</dependency>
1919
```
2020

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=1.2.0
2+
VERSION_NAME=1.2.1
33

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

0 commit comments

Comments
 (0)