Skip to content

Commit 54551b2

Browse files
committed
Release 1.2.3
1 parent 37dac76 commit 54551b2

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
@@ -6,14 +6,14 @@ Download
66
-------
77
Download the latest version via Gradle:
88
```groovy
9-
compile 'com.github.pengrad:java-telegram-bot-api:1.2.2'
9+
compile 'com.github.pengrad:java-telegram-bot-api:1.2.3'
1010
```
1111
or Maven:
1212
```xml
1313
<dependency>
1414
<groupId>com.github.pengrad</groupId>
1515
<artifactId>java-telegram-bot-api</artifactId>
16-
<version>1.2.2</version>
16+
<version>1.2.3</version>
1717
</dependency>
1818
```
1919

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.2
2+
VERSION_NAME=1.2.3
33

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

0 commit comments

Comments
 (0)